qenv/ts/qenv.plugins.ts

23 lines
452 B
TypeScript
Raw Normal View History

2019-01-06 00:30:07 +00:00
// native
import * as path from 'path';
2019-08-06 15:37:07 +00:00
export { path };
2019-01-06 00:30:07 +00:00
2023-08-09 15:47:20 +00:00
// @api.global scope
import * as typedrequest from '@api.global/typedrequest';
export {
typedrequest,
}
2019-01-06 00:30:07 +00:00
// @pushrocks scope
2023-08-08 17:08:25 +00:00
import * as smartfile from '@push.rocks/smartfile';
import * as smartlog from '@push.rocks/smartlog';
2019-01-06 00:30:07 +00:00
2019-08-06 15:37:07 +00:00
export { smartfile, smartlog };
2023-08-09 15:47:20 +00:00
// @configvault.io scope
import * as configvaultInterfaces from '@configvault.io/interfaces';
export { configvaultInterfaces };