tsoa
This commit is contained in:
8
node_modules/@tsoa/cli/dist/utils/flowUtils.js
generated
vendored
Normal file
8
node_modules/@tsoa/cli/dist/utils/flowUtils.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.throwUnless = throwUnless;
|
||||
function throwUnless(condition, error) {
|
||||
if (!condition)
|
||||
throw error;
|
||||
}
|
||||
//# sourceMappingURL=flowUtils.js.map
|
||||
Reference in New Issue
Block a user