UNPKG

@solid/community-server

Version:

Community Solid Server: an open and modular implementation of the Solid specifications

8 lines 272 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.INDEX_ID_KEY = void 0; /** * The key that needs to be present in all output results of {@link IndexedStorage}. */ exports.INDEX_ID_KEY = 'id'; //# sourceMappingURL=IndexedStorage.js.map