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) 178 B
import { config } from '../breeze-client'; declare module '../breeze-client' { namespace config { export function ajaxpost(ajaxAdapter?: Object): void; } }