UNPKG

@determaer/cmkd

Version:

Cognitive Maps of Knowledge Diagnosis (CMKD) interactive builder

7 lines (6 loc) 175 B
import { Label } from './label'; export interface Line { objLabelIn: Label; objLabelOut: Label; } export declare function instanceOfLine(line: unknown): line is Line;