@ng-doc/builder
Version:
<!-- PROJECT LOGO --> <br /> <div align="center"> <a href="https://github.com/ng-doc/ng-doc"> <img src="https://ng-doc.com/assets/images/ng-doc.svg?raw=true" alt="Logo" height="150px"> </a>
12 lines • 345 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.getInputType = getInputType;
const is_input_1 = require("./is-input");
/**
*
* @param p
*/
function getInputType(p) {
return (0, is_input_1.isInputSignal)(p) ? p.getType().getTypeArguments()[0] : p.getType();
}
//# sourceMappingURL=get-input-type.js.map
;