Files
tools/ts/index.ts

6 lines
98 B
TypeScript

import * as cli from './tools.cli.js';
export const runCli = async () => {
await cli.run();
};