๐Ÿ“ฆ google / zx

๐Ÿ“„ cli.d.ts ยท 10 lines
1
2
3
4
5
6
7
8
9
10#!/usr/bin/env node
import { type minimist } from './vendor.js';
export { transformMarkdown } from './md.js';
export declare const argv: minimist.ParsedArgs;
export declare function printUsage(): void;
export declare function main(): Promise<void>;
export declare function injectGlobalRequire(origin: string): void;
export declare function isMain(metaurl?: string, scriptpath?: string): boolean;
export declare function normalizeExt(ext?: string): string | undefined;