UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

10 lines (8 loc) 350 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var MetadataStorage_1 = require("./metadata/MetadataStorage"); /** * Default metadata storage is used as singleton and can be used to storage all metadatas. */ exports.defaultMetadataStorage = new MetadataStorage_1.MetadataStorage(); //# sourceMappingURL=storage.js.map