nullresolve/ts/nullresolve.plugins.ts
2024-12-26 00:29:13 +01:00

19 lines
550 B
TypeScript

// native
import * as path from 'path';
export { path };
// @api.global scope
import * as typedserver from '@api.global/typedserver';
import * as typedserverInfoHtml from '@api.global/typedserver/infohtml';
export { typedserver, typedserverInfoHtml };
// @push.rocks scope
import * as projectinfo from '@push.rocks/projectinfo';
import * as smartlog from '@push.rocks/smartlog';
import * as smartpath from '@push.rocks/smartpath';
import * as smartstatus from '@push.rocks/smartstatus';
export { projectinfo, smartlog, smartpath, smartstatus };