UNPKG

@nestjs/cli

Version:

Nest - modern, fast, powerful node.js web framework (@cli)

6 lines (5 loc) 184 B
/** * Detect whether the target project uses ESM output. * Checks the project's package.json for `"type": "module"`. */ export declare function isEsmProject(cwd?: string): boolean;