chore: Update deps

This commit is contained in:
BluJ
2023-02-27 10:38:56 -07:00
parent eec99c06bf
commit 60eb3a8e4b
736 changed files with 133547 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.isValueSpecListOf = void 0;
// sometimes the type checker needs just a little bit of help
function isValueSpecListOf(t, s) {
return t.subtype === s;
}
exports.isValueSpecListOf = isValueSpecListOf;