locutus
Version:
Locutus other languages' standard libraries to JavaScript for fun and educational purposes
11 lines (10 loc) • 468 B
JavaScript
export * as bisect from "./bisect/index.js";
export * as calendar from "./calendar/index.js";
export * as difflib from "./difflib/index.js";
export * as functools from "./functools/index.js";
export * as itertools from "./itertools/index.js";
export * as math from "./math/index.js";
export * as operator from "./operator/index.js";
export * as re from "./re/index.js";
export * as statistics from "./statistics/index.js";
export * as string from "./string/index.js";