UNPKG

integreat-transporter-http

Version:

HTTP transporter for Integreat

5 lines (4 loc) 293 B
export declare const isObject: (value: unknown) => value is Record<string, unknown>; export declare const isDate: (value: unknown) => value is Date; export declare const isString: (value: unknown) => value is string; export declare const isNonEmptyString: (value: unknown) => value is string;