UNPKG

nuclear-instance-container

Version:

A nuclear-js module to save arbitrary objects as instances. To be used as a singleton registry for a nuclear-js app.

12 lines (9 loc) 249 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _simpleInterface = require('simple-interface'); exports.default = (0, _simpleInterface.createInterface)('BindingInterface', { key: String, instance: Object });