UNPKG

fybdp-d3-kg

Version:

Knowledge Graph using React and D3.js

11 lines (10 loc) 307 B
export declare class Set { private static _d3set; static d3set: (array: any) => any; static All: () => (array: any) => any; static has: (d: any) => any; static add: (d: any) => any; static remove: (d: any) => any; static empty: () => any; static size: () => any; }