UNPKG

type-checker-handler

Version:

An advanced Type Checker that checks and handles type for the param name on your function.

16 lines 490 B
"use strict"; exports.__esModule = true; exports.JsTypes = void 0; var JsTypes; (function (JsTypes) { JsTypes["String"] = "string"; JsTypes["Number"] = "number"; JsTypes["Boolean"] = "boolean"; JsTypes["Undefined"] = "undefined"; JsTypes["Null"] = "null"; JsTypes["Symbol"] = "symbol"; JsTypes["Object"] = "object"; JsTypes["Function"] = "function"; })(JsTypes || (JsTypes = {})); exports.JsTypes = JsTypes; //# sourceMappingURL=JSTypes.js.map