UNPKG

611 BJavaScriptView Raw
1// configuration
2export { config } from './configReadonly'; // functions and constants
3
4export * from './pureFunctionsAny.generated';
5export * from './impureFunctionsAny.generated';
6export * from './typeChecks'; // error classes
7
8export { IndexError } from '../error/IndexError';
9export { DimensionError } from '../error/DimensionError';
10export { ArgumentsError } from '../error/ArgumentsError'; // dependency groups
11
12export * from './dependenciesAny.generated'; // factory functions
13
14export * from '../factoriesAny'; // core
15
16export { create } from '../core/create';
17export { factory } from '../utils/factory';
\No newline at end of file