UNPKG

fybdp-d3-kg

Version:

Knowledge Graph using React and D3.js

10 lines (9 loc) 297 B
export declare class Set { private static _d3set; static d3set: (array: any) => void; static has: (vowlelement: any) => any; static add: (vowlelement: any) => any; static remove: (webvowlElement: any) => any; static empty: () => any; static size: () => any; }