Home > @poq/transform > MapConverter > toType
Method transforms plain representation into instance of class/type.
Signature:
toType(transformer: typeof Transformer, item: PlainObj, options?: TransformOptions): Map<string, unknown>;
Parameter | Type | Description |
---|---|---|
transformer | typeof Transformer | Reference to transformer static class |
item | PlainObj | Plain representation of value to transform into typed one. |
options | TransformOptions | (Optional) |
Returns:
Map<string, unknown>
Returns instance of class/type.