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.js"; export { hasPrefix } from "./hasPrefix.js"; export { hasSuffix } from "./hasSuffix.js"; export { padding } from "./padding.js"; export { rangeOf } from "./rangeOf.js"; export { replacingOccurrences } from "./replacingOccurrences.js"; export { split } from "./split.js"; export { trimmingCharacters } from "./trimmingCharacters.js";