UNPKG

@visactor/vrender-core

Version:

```typescript import { xxx } from '@visactor/vrender-core'; ```

7 lines (6 loc) 177 B
export declare class Metadata { key: string | number | symbol; value: unknown; constructor(key: string | number | symbol, value: unknown); toString(): string; }