smartkey/ts/smartkey.plugins.ts

10 lines
173 B
TypeScript
Raw Permalink Normal View History

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