UNPKG

blast-graph-angular2

Version:

![Alt text](./resources/images/b-circle-trans-100.png) **with** ![Alt text](./resources/images/angular.png)

14 lines (13 loc) 305 B
export declare class Instruction { _operation: string; _path: string; _collection: string; _changes: any[]; _record: any; constructor(jsonObject: any); getOperation(): string; getPath(): string; getCollection(): string; getChanges(): any[]; getRecord(): any; }