UNPKG

type-initializr

Version:

Uma ferramenta para instanciar classes existentes baseasas em modelos com valores padrões

9 lines (8 loc) 242 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var TypeInitialzr = /** @class */ (function () { function TypeInitialzr() { } return TypeInitialzr; }()); exports.TypeInitialzr = TypeInitialzr;