UNPKG

@foblex/drag-toolkit

Version:

A TypeScript library providing foundational classes and utilities for implementing drag-and-drop functionality in Angular applications, with support for both mouse and touch events, and designed to work with or without Angular’s NgZone (zoneless applicati

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