UNPKG

type-checker-handler

Version:

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

12 lines 284 B
declare enum JsTypes { String = "string", Number = "number", Boolean = "boolean", Undefined = "undefined", Null = "null", Symbol = "symbol", Object = "object", Function = "function" } export { JsTypes }; //# sourceMappingURL=JSTypes.d.ts.map