Files
remoteingress/ts/plugins.ts

8 lines
164 B
TypeScript
Raw Normal View History

2024-04-14 03:38:00 +02:00
// node native scope
import * as path from 'path';
export { path };
2024-04-14 03:38:00 +02:00
// @push.rocks scope
import * as smartrust from '@push.rocks/smartrust';
export { smartrust };