UNPKG

xitdb

Version:
5 lines (4 loc) 83 B
import type { Slot } from './slot'; export interface Slotted { slot(): Slot; }