smartdrive/ts/smartdrive.plugins.ts
2021-12-03 16:39:50 +01:00

7 lines
261 B
TypeScript

import * as drivelist from 'drivelist';
import * as smartfile from '@pushrocks/smartfile';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartshell from '@pushrocks/smartshell';
export { drivelist, smartfile, smartpromise, smartshell };