UNPKG

@junobuild/cli-tools

Version:

A collection of tools for Juno CLIs and Plugins.

2 lines (1 loc) 141 B
export declare const assertAnswerCtrlC: (answer: null | undefined | '' | string, message?: string) => asserts answer is NonNullable<string>;