UNPKG

swagger-object-validator

Version:

Validate your objects against a swagger spec and receive in-depth error traces

2 lines (1 loc) 160 B
export declare function getTypeName(test: any): "string" | "number" | "bigint" | "boolean" | "symbol" | "undefined" | "object" | "function" | "array" | "null";