Edit File: is-async-placeholder.js
/* @flow */ export function isAsyncPlaceholder (node: VNode): boolean { return node.isComment && node.asyncFactory }
Back to File Manager