UNPKG

@mjackson/headers

Version:
5 lines 282 B
export declare function capitalize(str: string): string; export declare function isIterable<T>(value: any): value is Iterable<T>; export declare function isValidDate(date: unknown): boolean; export declare function quoteEtag(tag: string): string; //# sourceMappingURL=utils.d.ts.map