Files
smartkey/ts/smartkey.plugins.ts

10 lines
173 B
TypeScript
Raw Permalink Normal View History

2019-02-23 15:53:18 +01:00
// node native
import * as crypto from 'crypto';
2019-02-23 16:02:12 +01:00
export { crypto };
2019-02-23 15:53:18 +01:00
// @pushrocks scope
import * as smartpromise from '@pushrocks/smartpromise';
2019-02-23 16:02:12 +01:00
export { smartpromise };