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