UNPKG

@softkit/i18n

Version:

This library is a simple wrapper based on [nestjs-i18n](https://nestjs-i18n.com/)

11 lines (10 loc) 280 B
import yargs from 'yargs'; /** * Shows nestjs-i18n version. */ export declare class VersionCommand implements yargs.CommandModule { command: string; describe: string; protected static executeCommand(command: string): Promise<string>; handler(): Promise<void>; }