fix(core): update

This commit is contained in:
2019-10-02 23:34:05 +02:00
parent 328007fd97
commit cf5a462bd0
10 changed files with 468 additions and 250 deletions

View File

@@ -1,3 +1,23 @@
// node natice
import * as path from '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,
};
// third party
import JSONFileStore from "@bunq-community/bunq-js-client/dist/Stores/JSONFileStore";
import * as bunqCommunityClient from '@bunq-community/bunq-js-client';
export { bunqCommunityClient };
export { JSONFileStore, bunqCommunityClient };