UNPKG

@tsed/json-mapper

Version:
11 lines (10 loc) 365 B
import { Type } from "@tsed/core"; import { JsonMapperMethods } from "../interfaces/JsonMapperMethods.js"; /** * @ignore */ export declare function registerJsonTypeMapper(type: Type<any> | Symbol | string, token: Type<JsonMapperMethods>): void; /** * @ignore */ export declare function getJsonMapperTypes(): Map<Type<any> | Symbol | string, JsonMapperMethods>;