fix(core): update

This commit is contained in:
2020-06-20 01:47:53 +00:00
parent 9fbaac20d3
commit 01dbf842e9
13 changed files with 3861 additions and 618 deletions

View File

@@ -1,23 +1,17 @@
// node natice
import * as path from 'path';
export {
path
};
export { path };
// @pushrocks scope
import * as smartcrypto from '@pushrocks/smartcrypto';
import * as smartfile from '@pushrocks/smartfile';
import * as smartpromise from '@pushrocks/smartpromise';
export {
smartcrypto,
smartfile,
smartpromise,
};
export { smartcrypto, smartfile, smartpromise };
// third party
import JSONFileStore from "@bunq-community/bunq-js-client/dist/Stores/JSONFileStore";
import JSONFileStore from '@bunq-community/bunq-js-client/dist/Stores/JSONFileStore';
import * as bunqCommunityClient from '@bunq-community/bunq-js-client';
export { JSONFileStore, bunqCommunityClient };