UNPKG

chkutils

Version:

package for type checking and various utilities

7 lines (6 loc) 189 B
export declare const _h: { returnDefaultField: <T, P = { text: string; }>(val: T | undefined | null, payload?: P) => T | P; toTypeString: (value: unknown) => string; };