locutus
Version:
Locutus other languages' standard libraries to JavaScript for fun and educational purposes
9 lines (8 loc) • 340 B
JavaScript
export * as c from "./c/index.js";
export * as golang from "./golang/index.js";
export * as haskell from "./haskell/index.js";
export * as kotlin from "./kotlin/index.js";
export * as php from "./php/index.js";
export * as python from "./python/index.js";
export * as ruby from "./ruby/index.js";
export * as swift from "./swift/index.js";