UNPKG

locutus

Version:

Locutus other languages' standard libraries to JavaScript for fun and educational purposes

9 lines (8 loc) 400 B
export { componentsSeparatedBy } from './componentsSeparatedBy.ts'; export { hasPrefix } from './hasPrefix.ts'; export { hasSuffix } from './hasSuffix.ts'; export { padding } from './padding.ts'; export { rangeOf } from './rangeOf.ts'; export { replacingOccurrences } from './replacingOccurrences.ts'; export { split } from './split.ts'; export { trimmingCharacters } from './trimmingCharacters.ts';