smartarchive/test/plugins.ts

14 lines
325 B
TypeScript
Raw Normal View History

2023-11-06 17:14:21 +00:00
import * as path from 'path';
import * as smartpath from '@push.rocks/smartpath';
import * as smartfile from '@push.rocks/smartfile';
import * as smartrequest from '@push.rocks/smartrequest';
import * as smartstream from '@push.rocks/smartstream';
export {
path,
smartpath,
smartfile,
smartrequest,
smartstream,
}