@pushrocks/smartstring
Version:
handle strings in smart ways. TypeScript ready.
10 lines (9 loc) • 356 B
TypeScript
import * as isounique from '@pushrocks/isounique';
export { isounique };
import * as url from 'url';
export { url };
import { Base64 as jsBase64 } from 'js-base64';
import stripIndent from 'strip-indent';
import normalizeNewline from 'normalize-newline';
import randomatic from 'randomatic';
export { jsBase64, stripIndent, normalizeNewline, randomatic };