UNPKG

offtext

Version:

Perform weird actions on your strings

6 lines (5 loc) 281 B
export { default as cracked } from './utils/genCracked'; export { default as randomCase } from './utils/genRandomCase'; export { default as reverse } from './utils/genReverse'; export { default as isASCII } from './utils/isASCII'; export { default as chars } from './utils/chars';