UNPKG

@samchon/openapi

Version:

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

5 lines (4 loc) 129 B
export declare namespace Escaper { const variable: (str: string) => boolean; const reserved: (str: string) => boolean; }