remoteingress/ts/plugins.ts

16 lines
184 B
TypeScript
Raw Normal View History

2024-04-14 01:38:00 +00:00
// node native scope
import * as tls from 'tls';
import * as fs from 'fs';
export {
tls,
fs,
}
// @push.rocks scope
import * as qenv from '@push.rocks/qenv';
export {
qenv,
}