UNPKG

camunda-bpmn-js

Version:

Embeddable Camunda modeling distributions based on bpmn-js

8 lines (7 loc) 156 B
export class Resources { static $inject: string[]; constructor(resources: any); set(resources: any): void; getAll(): any; filter(fn: any): any; }