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) 153 B
import { EventEmitter } from '@angular/core'; export declare class RjonNotesEditor { data: any; dataChange: EventEmitter<{}>; add(): void; }