UNPKG

@stonx/elysia

Version:

[![npm version](https://img.shields.io/npm/v/@stonx/elysia.svg)](https://www.npmjs.com/package/@stonx/elysia) [![license: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Nx compatibility](https://img.shie

5 lines 282 B
import { GeneratorCallback, Tree } from '@nx/devkit'; import type { InitGeneratorOptions } from './schema'; export declare function initGenerator(tree: Tree, options: InitGeneratorOptions): Promise<GeneratorCallback>; export default initGenerator; //# sourceMappingURL=init.d.ts.map