UNPKG

@samchon/openapi

Version:

OpenAPI definitions and converters for 'typia' and 'nestia'.

4 lines (3 loc) 125 B
export declare namespace MapUtil { const take: <Key, T>(dict: Map<Key, T>) => (key: Key) => (generator: () => T) => T; }