Skip to main content
Module

x/leaves/mod.ts>transformer.TransformClassToPlain

A Web framework For Deno with Decorator and middleware
Latest
function transformer.TransformClassToPlain
import { transformer } from "https://deno.land/x/leaves@v0.1.5/mod.ts";
const { TransformClassToPlain } = transformer;

Transform the object from class to plain object and return only with the exposed properties.

Returns

Function