UNPKG

apollo-codegen-core

Version:
11 lines 284 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.maybePush = void 0; function maybePush(list, item) { if (!list.includes(item)) { list.push(item); } return list; } exports.maybePush = maybePush; //# sourceMappingURL=array.js.map