pure-fun
Version:
A collection of pure functions/helpers with 0 dependencies
16 lines (15 loc) • 447 B
TypeScript
import * as arrays from './arrays';
import * as async from './async';
import * as dates from './dates';
import * as functions from './functions';
import * as maps from './maps';
import * as objects from './objects';
declare const _default: {
arrays: typeof arrays;
async: typeof async;
dates: typeof dates;
functions: typeof functions;
maps: typeof maps;
objects: typeof objects;
};
export default _default;