Export factories array

This commit is contained in:
lomonoshka
2023-10-03 22:33:11 +04:00
parent 2a089b3c4b
commit c45179ceb9
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ BigNumber.config({ EXPONENTIAL_AT: 1e+9 });
export * as config from './config/index.js';
export { default as Unit } from './Unit/index.js';
export { default as Orion } from './Orion/index.js';
export { default as factories} from './constants/factories.js';
export * as utils from './utils/index.js';
export * as services from './services/index.js';
export * as crypt from './crypt/index.js';