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