nunof07/smalltypes

View on GitHub
src/main/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * Main index.
 */
export * from './core/index';
export * from './function/index';
export * from './iterable/index';
export * from './random/index';
export * from './scalar/index';