UNPKG

edge-mock

Version:

types for testing an developer edge applications

3 lines (2 loc) 175 B
/// <reference types="@cloudflare/workers-types" /> export declare function example_cf(custom: Partial<IncomingRequestCfProperties> | undefined): IncomingRequestCfProperties;