locutus
Version:
Locutus other languages' standard libraries to JavaScript for fun and educational purposes
30 lines (29 loc) • 1.2 kB
TypeScript
export { Compare } from './Compare.ts';
export { Contains } from './Contains.ts';
export { ContainsAny } from './ContainsAny.ts';
export { Count } from './Count.ts';
export { Cut } from './Cut.ts';
export { CutPrefix } from './CutPrefix.ts';
export { CutSuffix } from './CutSuffix.ts';
export { EqualFold } from './EqualFold.ts';
export { Fields } from './Fields.ts';
export { HasPrefix } from './HasPrefix.ts';
export { HasSuffix } from './HasSuffix.ts';
export { Index } from './Index2.ts';
export { IndexAny } from './IndexAny.ts';
export { Join } from './Join.ts';
export { LastIndex } from './LastIndex.ts';
export { LastIndexAny } from './LastIndexAny.ts';
export { Repeat } from './Repeat.ts';
export { Replace } from './Replace.ts';
export { ReplaceAll } from './ReplaceAll.ts';
export { Split } from './Split.ts';
export { SplitN } from './SplitN.ts';
export { ToLower } from './ToLower.ts';
export { ToUpper } from './ToUpper.ts';
export { Trim } from './Trim.ts';
export { TrimLeft } from './TrimLeft.ts';
export { TrimPrefix } from './TrimPrefix.ts';
export { TrimRight } from './TrimRight.ts';
export { TrimSpace } from './TrimSpace.ts';
export { TrimSuffix } from './TrimSuffix.ts';