UNPKG

@miapi/models

Version:

miapi models is might be deprecate in the future

16 lines (11 loc) 404 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } var _default = function _default() { _classCallCheck(this, _default); console.log("hello, models"); }; exports["default"] = _default;