locutus
Version:
Locutus other languages' standard libraries to JavaScript for fun and educational purposes
10 lines (9 loc) • 389 B
TypeScript
export * as filepath from './filepath/index.ts';
export * as net from './net/index.ts';
export * as path from './path/index.ts';
export * as sort from './sort/index.ts';
export * as strconv from './strconv/index.ts';
export * as strings from './strings/index.ts';
export * as subtle from './subtle/index.ts';
export * as time from './time/index.ts';
export * as url from './url/index.ts';