UNPKG

@selenite/graph-editor

Version:

A graph editor for visual programming, based on rete and svelte.

6 lines (5 loc) 138 B
export class SetupClass { } export function isSetup(o) { return typeof o === 'object' && o !== null && 'name' in o && 'setup' in o; }