UNPKG

@cto.ai/ops

Version:

💻 CTO.ai Ops - The CLI built for Teams 🚀

10 lines (9 loc) • 380 B
/** * @author: JP Lew (jp@cto.ai) * @date: Monday, 29th April 2019 5:55:21 pm * @lastModifiedBy: Prachi Singh (prachi@hackcapital.com) * @lastModifiedTime: Friday, 3rd May 2019 4:57:23 pm * @copyright (c) 2019 CTO.ai */ export declare const handleUndefined: (undefinedParam: string) => never; export declare const handleMandatory: (paramName?: string | undefined) => never;