UNPKG

crystalline

Version:

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

12 lines (11 loc) 306 B
import * as arrays from "./arrays"; import * as numbers from "./numbers"; import * as objects from "./objects"; import * as misc from "./misc"; declare const _default: { arrays: typeof arrays; numbers: typeof numbers; objects: typeof objects; misc: typeof misc; }; export default _default;