smartbucket/ts/smartbucket.plugins.ts

17 lines
415 B
TypeScript
Raw Normal View History

2019-10-16 16:12:18 +00:00
// node native
import * as path from 'path';
2019-10-16 17:15:48 +00:00
export { path };
2019-10-16 16:12:18 +00:00
2019-10-16 17:11:28 +00:00
import * as smartpath from '@pushrocks/smartpath';
2018-09-14 16:07:20 +00:00
import * as smartpromise from '@pushrocks/smartpromise';
2019-10-20 10:27:58 +00:00
import * as smartrx from '@pushrocks/smartrx';
2019-10-16 13:21:02 +00:00
import * as streamfunction from '@pushrocks/streamfunction';
2018-09-14 16:07:20 +00:00
2019-10-20 10:27:58 +00:00
export { smartpath, smartpromise, smartrx, 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
2019-10-16 17:15:48 +00:00
export { minio };