UNPKG

crystalline

Version:

A modern utility library with a strong emphasis on readability. Make your code crystal clear.

8 lines (7 loc) 265 B
import { alter } from "./alter"; import { findItemsIn } from "./find-items-in"; import { from } from "./from"; import { sort } from "./sort"; import { split } from "./split"; import { tally } from "./tally"; export { alter, findItemsIn, from, sort, split, tally };