UNPKG

@foblex/core

Version:

A core library providing a set of utilities and interfaces for various projects.

4 lines (3 loc) 99 B
export interface ICanRunOutsideAngular { runOutsideAngular<T>(fn: (...args: any[]) => T): T; }