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) 102 B
import { getType } from '../getType'; export const isLiteral = node => getType(node) === 'Literal';