mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-04-01 04:53:43 +00:00
chore: Update deps
This commit is contained in:
8
lib/script/types/config-types.js
Normal file
8
lib/script/types/config-types.js
Normal 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;
|
||||
Reference in New Issue
Block a user