2020-06-18 21:04:52 +00:00
|
|
|
// node native scope
|
|
|
|
import * as path from 'path';
|
|
|
|
|
2022-08-07 11:38:07 +02:00
|
|
|
export { path };
|
2020-06-18 21:04:52 +00:00
|
|
|
|
|
|
|
// pushrocks scope
|
2025-05-07 13:18:41 +00:00
|
|
|
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 * as smartrequest from '@push.rocks/smartrequest';
|
2019-10-26 23:45:35 +02:00
|
|
|
|
2022-08-07 11:38:07 +02:00
|
|
|
export { smartdns, smartfile, smartmustache, smartpath, smartrequest };
|