Files
nullresolve/ts/nullresolve.plugins.ts
T

17 lines
396 B
TypeScript
Raw Normal View History

2024-12-26 00:29:13 +01:00
// native
import * as path from 'path';
export { path };
// @api.global scope
import * as typedserver from '@api.global/typedserver';
2026-04-29 11:07:46 +00:00
export { typedserver };
2024-12-26 00:29:13 +01:00
// @push.rocks scope
import * as projectinfo from '@push.rocks/projectinfo';
import * as smartpath from '@push.rocks/smartpath';
import * as smartstatus from '@push.rocks/smartstatus';
2026-04-29 11:07:46 +00:00
export { projectinfo, smartpath, smartstatus };