UNPKG

lml-main

Version:

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

7 lines 257 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.customerOptions = (state) => state.customers.data.map((customer) => { customer.label = customer.name; return customer; }, {}); //# sourceMappingURL=customers.js.map