UNPKG

rjon

Version:

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

9 lines (8 loc) 205 B
import { EventEmitter } from '@angular/core'; export declare class RjonHeaderEditor { data: any; dataChange: EventEmitter<{}>; add(): void; drop(key: any): void; getKeys(): string[]; }