smartbucket/ts/smartbucket.plugins.ts

19 lines
301 B
TypeScript
Raw Normal View History

2019-10-16 16:12:18 +00:00
// node native
import * as path from 'path';
export {
path
};
2018-09-14 16:07:20 +00:00
import * as smartpromise from '@pushrocks/smartpromise';
2019-10-16 13:21:02 +00:00
import * as streamfunction from '@pushrocks/streamfunction';
2018-09-14 16:07:20 +00:00
2019-10-16 13:21:02 +00:00
export { smartpromise, streamfunction };
2019-07-07 08:48:24 +00:00
// third party scope
import * as minio from 'minio';
2019-10-14 21:53:41 +00:00
export {
minio
};