UNPKG

telefunc

Version:

Remote functions. Instead of API.

6 lines (5 loc) 143 B
export { getEtag }; declare function getEtag(runContext: { disableEtag: boolean; httpResponseBody: string; }): Promise<string | null>;