UNPKG

jscodeshaft

Version:

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

2 lines (1 loc) 69 B
export const isTruthyString = val => val && typeof val === 'string';