smartdrive/ts/smartdrive.plugins.ts

7 lines
261 B
TypeScript
Raw Normal View History

2021-12-03 15:39:50 +00:00
import * as drivelist from 'drivelist';
import * as smartfile from '@pushrocks/smartfile';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartshell from '@pushrocks/smartshell';
2017-06-08 23:24:19 +00:00
2021-12-03 15:39:50 +00:00
export { drivelist, smartfile, smartpromise, smartshell };