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