UNPKG

mayor-model-cache

Version:

A nuclear-js module provides a cache for your models

14 lines (12 loc) 324 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { byId: function byId() { for (var _len = arguments.length, keyPath = Array(_len), _key = 0; _key < _len; _key++) { keyPath[_key] = arguments[_key]; } return ['@@mayor/model-cache'].concat(keyPath); } };