UNPKG

nuclear-entity-cache

Version:

A simple nuclear.js cache module that can be used as a centralized cache for entities.

13 lines (9 loc) 267 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _simpleInterface = require('simple-interface'); var EntityInterface = (0, _simpleInterface.createInterface)('EntityInterface', { id: String }); exports.default = EntityInterface;