UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

10 lines 280 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * Get a single incident code from the list * * @param state * @param code */ exports.findIncidentByCode = (codes, code) => codes.find(c => c.code === code); //# sourceMappingURL=incidents.js.map