UNPKG

jscodeshaft

Version:

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

10 lines (9 loc) 293 B
export * from './addAttrs'; export * from './createAttribute'; export * from './getAttributes'; export * from './isValidAttributeName'; export * from './removeAttrs'; export * from './renameAttr'; export * from './setAttrValue'; export * from './spreadObjectProp'; export * from './swapAttr';