UNPKG

xrm-mock

Version:

A fake implementation of the Xrm object model. Used for testing Dynamics 365 client-side scripts.

8 lines 312 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.findIndex = void 0; function findIndex(handlers, handler) { return handlers.findIndex(function (item) { return item.name === handler.name; }); } exports.findIndex = findIndex; //# sourceMappingURL=array.helper.js.map