chek
Version:
Minimal utility for checking types, working with arrays and objects.
10 lines (9 loc) • 297 B
TypeScript
export * from './modules/array';
export * from './modules/constant';
export * from './modules/from';
export * from './modules/function';
export * from './modules/is';
export * from './modules/object';
export * from './modules/string';
export * from './modules/to';
export * from './modules/type';