locutus
Version:
Locutus other languages' standard libraries to JavaScript for fun and educational purposes
14 lines (13 loc) • 460 B
TypeScript
export { abs } from './abs.ts';
export { ceiling } from './ceiling.ts';
export { floor } from './floor.ts';
export { match } from './match.ts';
export { max } from './max.ts';
export { min } from './min.ts';
export { nchar } from './nchar.ts';
export { round } from './round.ts';
export { seq } from './seq.ts';
export { sign } from './sign.ts';
export { sqrt } from './sqrt.ts';
export { tolower } from './tolower.ts';
export { toupper } from './toupper.ts';