UNPKG

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