Files
smartmail/ts/smartmail.plugins.ts

15 lines
466 B
TypeScript
Raw Normal View History

2020-06-18 21:04:52 +00:00
// node native scope
import * as fs from 'fs';
2020-06-18 21:04:52 +00:00
import * as path from 'path';
export { fs, path };
2020-06-18 21:04:52 +00:00
// pushrocks scope
import * as smartdns from '@push.rocks/smartdns/client';
2023-07-28 05:49:44 +02:00
import * as smartfile from '@push.rocks/smartfile';
import * as smartmustache from '@push.rocks/smartmustache';
import * as smartpath from '@push.rocks/smartpath';
import SmartRequest from '@push.rocks/smartrequest';
2019-10-26 23:45:35 +02:00
export { smartdns, smartfile, smartmustache, smartpath, SmartRequest };