locutus
Version:
Locutus other languages' standard libraries to JavaScript for fun and educational purposes
9 lines (8 loc) • 352 B
TypeScript
export { assoc_in } from './assoc_in.ts';
export { get_in } from './get_in.ts';
export { interpose } from './interpose.ts';
export { merge_with } from './merge_with.ts';
export { partition } from './partition.ts';
export { partition_by } from './partition_by.ts';
export { reduce_kv } from './reduce_kv.ts';
export { update_in } from './update_in.ts';