Files
smartdrive/ts/smartdrive.plugins.ts

7 lines
261 B
TypeScript
Raw Normal View History

2021-12-03 16:39:50 +01: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-09 01:24:19 +02:00
2021-12-03 16:39:50 +01:00
export { drivelist, smartfile, smartpromise, smartshell };