UNPKG

maybe-monade

Version:

Maybe monad implementation in Typescript

7 lines (6 loc) 190 B
export declare const isNullOrUndefined: (value: any) => boolean; export declare const ErrorMessages: { emptyValue: string; emptyCallback: string; getEmptyValue: string; };