Files
projectinfo/ts/projectinfo.plugins.ts

8 lines
309 B
TypeScript
Raw Normal View History

2018-09-02 14:08:15 +02:00
import * as path from 'path';
2023-08-08 18:06:23 +02:00
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartfs from '@push.rocks/smartfs';
2023-08-08 18:06:23 +02:00
import * as smartstring from '@push.rocks/smartstring';
import * as smartpath from '@push.rocks/smartpath';
2018-09-02 14:08:15 +02:00
export { path, smartpromise, smartfs, smartstring, smartpath };