UNPKG

locutus

Version:

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

19 lines (18 loc) 732 B
export { contains } from "./contains.js"; export { endswith } from "./endswith.js"; export { indexof } from "./indexof.js"; export { insert } from "./insert.js"; export { lastindexof } from "./lastindexof.js"; export { length } from "./length.js"; export { padleft } from "./padleft.js"; export { padright } from "./padright.js"; export { remove } from "./remove.js"; export { replace } from "./replace.js"; export { split } from "./split.js"; export { startswith } from "./startswith.js"; export { substring } from "./substring.js"; export { tolower } from "./tolower.js"; export { toupper } from "./toupper.js"; export { trim } from "./trim.js"; export { trimend } from "./trimend.js"; export { trimstart } from "./trimstart.js";