UNPKG

@solid/community-server

Version:

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

9 lines (8 loc) 308 B
/** * Helper class for instantiating multiple objects with Components.js. * See https://github.com/LinkedSoftwareDependencies/Components.js/issues/26 */ export declare class RecordObject implements Record<string, unknown> { constructor(record?: Record<string, unknown>); [key: string]: unknown; }