locutus
Version:
Locutus other languages' standard libraries to JavaScript for fun and educational purposes
17 lines (16 loc) • 630 B
TypeScript
export { Add } from './Add.ts';
export { AddDate } from './AddDate.ts';
export { After } from './After.ts';
export { Before } from './Before.ts';
export { Date } from './Date.ts';
export { Equal } from './Equal.ts';
export { Format } from './Format.ts';
export { Parse } from './Parse.ts';
export { ParseDuration } from './ParseDuration.ts';
export { ParseInLocation } from './ParseInLocation.ts';
export { Round } from './Round.ts';
export { Sub } from './Sub.ts';
export { Truncate } from './Truncate.ts';
export { Unix } from './Unix.ts';
export { UnixMicro } from './UnixMicro.ts';
export { UnixMilli } from './UnixMilli.ts';