UNPKG

jscodeshaft

Version:

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

6 lines (5 loc) 137 B
// @TODO add undefined ? export const isPrimitive = val => ( val === null || ['string', 'number', 'boolean'].includes(typeof val) );