UNPKG

semantic-network

Version:

A utility library for manipulating a list of links that form a semantic interface to a network of resources.

6 lines (5 loc) 216 B
/** * Header dates across HTTP must be GMT formatted. * @see https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Last-Modified */ export declare const dateToGMTHeader: (date?: string) => string | undefined;