UNPKG

jscodeshaft

Version:

Collection of more or less primitive helpers and abstractions for JSCodeShift, build for design system migrations and upgrades.

5 lines (2 loc) 107 B
import { getType } from '../getType'; export const isFragment = node => getType(node) === 'JSXFragment';