UNPKG

@inst/vscode-bin-darwin

Version:

BINARY ONLY - VSCode binary deployment for macOS

10 lines (8 loc) 209 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function contains(arr, el) { return arr.indexOf(el) >= 0; } exports.contains = contains; ; //# sourceMappingURL=Generic.js.map