locutus
Version:
Locutus other languages' standard libraries to JavaScript for fun and educational purposes
17 lines (16 loc) • 604 B
JavaScript
export { compare } from "./compare.js";
export { equal } from "./equal.js";
export { first } from "./first.js";
export { last } from "./last.js";
export { length } from "./length.js";
export { map } from "./map.js";
export { match } from "./match.js";
export { range } from "./range.js";
export { regsub } from "./regsub.js";
export { repeat } from "./repeat.js";
export { reverse } from "./reverse.js";
export { tolower } from "./tolower.js";
export { toupper } from "./toupper.js";
export { trim } from "./trim.js";
export { trimleft } from "./trimleft.js";
export { trimright } from "./trimright.js";