UNPKG

rjon

Version:

route js object notation is a way to standardize route metadata for use and testing in universal route interpreter software

7 lines (6 loc) 155 B
import { EventEmitter } from '@angular/core'; export declare class TableOfHosts { hosts: any; selectable: boolean; select: EventEmitter<{}>; }