UNPKG

yandex-cloud-functions-router

Version:
4 lines (3 loc) 216 B
import { CloudFunctionHttpEvent } from '../../models/cloudFunctionEvent'; declare const getHeaderValue: (request: CloudFunctionHttpEvent | undefined, header: string) => string | undefined; export { getHeaderValue };