is-async-placeholder.js 120 Bytes RawBlameHistoryPermalink 1 2 3 4 5 /* @flow */ export function isAsyncPlaceholder (node: VNode): boolean { return node.isComment && node.asyncFactory }