UNPKG

locutus

Version:

Locutus other languages' standard libraries to JavaScript for fun and educational purposes

6 lines (5 loc) 217 B
export * as ctype from "./ctype/index.js"; export * as math from "./math/index.js"; export * as stdio from "./stdio/index.js"; export * as stdlib from "./stdlib/index.js"; export * as string from "./string/index.js";