mirror of
https://github.com/robonen/tools.git
synced 2026-03-20 10:54:44 +00:00
refactor(packages/stdlib): replace type by any function helper
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
export type Subscriber = (...args: any[]) => void;
|
import type { AnyFunction } from '../../../types';
|
||||||
|
|
||||||
|
export type Subscriber = AnyFunction;
|
||||||
export type EventsRecord = Record<string | symbol, Subscriber>;
|
export type EventsRecord = Record<string | symbol, Subscriber>;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user