UNPKG

@starduv/lil-schemy

Version:

Lil' Schemy is a cli tool that enables code first schema generation from TypeScript

6 lines (5 loc) 292 B
import { Command } from 'commander'; import { LilSchemyOptions as LilSchemyOptions, LilSchemyResult as LilSchemyResult } from '../generator'; export declare const generate: (cwd: string, options: LilSchemyOptions) => LilSchemyResult; declare const _default: Command; export default _default;