This commit is contained in:
Aleksandr Kraiz
2023-03-31 19:43:30 +04:00
parent facf5153df
commit 665bd568a4
16 changed files with 43 additions and 19 deletions

View File

@@ -1,5 +1,4 @@
import { BigNumber } from 'bignumber.js';
import { simpleFetch, fetchWithValidation } from 'simple-typed-fetch';
BigNumber.config({ EXPONENTIAL_AT: 1e+9 });
export * as config from './config/index.js';
@@ -10,4 +9,3 @@ export * as services from './services/index.js';
export * as crypt from './crypt/index.js';
export * from './constants/index.js';
export * from './types.js';
export { simpleFetch, fetchWithValidation };