update
This commit is contained in:
@@ -1,17 +1,14 @@
|
||||
// node natice
|
||||
// node native
|
||||
import * as path from 'path';
|
||||
import * as crypto from 'crypto';
|
||||
|
||||
export { path };
|
||||
export { path, crypto };
|
||||
|
||||
// @pushrocks scope
|
||||
import * as smartcrypto from '@pushrocks/smartcrypto';
|
||||
import * as smartfile from '@pushrocks/smartfile';
|
||||
import * as smartpromise from '@pushrocks/smartpromise';
|
||||
import * as smartcrypto from '@push.rocks/smartcrypto';
|
||||
import * as smartfile from '@push.rocks/smartfile';
|
||||
import * as smartpromise from '@push.rocks/smartpromise';
|
||||
import * as smartrequest from '@push.rocks/smartrequest';
|
||||
import * as smarttime from '@push.rocks/smarttime';
|
||||
|
||||
export { smartcrypto, smartfile, smartpromise };
|
||||
|
||||
// third party
|
||||
import JSONFileStore from '@bunq-community/bunq-js-client/dist/Stores/JSONFileStore';
|
||||
import * as bunqCommunityClient from '@bunq-community/bunq-js-client';
|
||||
|
||||
export { JSONFileStore, bunqCommunityClient };
|
||||
export { smartcrypto, smartfile, smartpromise, smartrequest, smarttime };
|
||||
|
Reference in New Issue
Block a user