UNPKG

locutus

Version:

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

9 lines (8 loc) 352 B
export { assoc_in } from "./assoc_in.js"; export { get_in } from "./get_in.js"; export { interpose } from "./interpose.js"; export { merge_with } from "./merge_with.js"; export { partition } from "./partition.js"; export { partition_by } from "./partition_by.js"; export { reduce_kv } from "./reduce_kv.js"; export { update_in } from "./update_in.js";