Files
smartrust/ts/plugins.ts

14 lines
342 B
TypeScript
Raw Normal View History

2026-02-08 12:28:51 +00:00
// native scope
import * as path from 'path';
import * as fs from 'fs';
import * as childProcess from 'child_process';
import * as readline from 'readline';
import * as events from 'events';
2026-02-08 12:28:51 +00:00
export { path, fs, childProcess, readline, events };
2026-02-08 12:28:51 +00:00
// @push.rocks scope
import * as smartpath from '@push.rocks/smartpath';
export { smartpath };