UNPKG

breeze-client-labs

Version:

Breeze Labs are extensions and utilities for Breeze.js client apps that are not part of core breeze.

7 lines (6 loc) 216 B
import { EntityManager } from '../breeze-client'; declare module '../breeze-client' { interface EntityManager { getEntityGraph(roots: Entity | Array<Entity>, expand: string): Array<Entity>; } }