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