mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-30 13:07:57 +00:00
chore: update to version 14.0.11 and align website URLs
This commit is contained in:
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
export declare function isOn<T>(...fns: (keyof T)[]): (value?: unknown) => value is T;
|
||||
export declare function isOnFunction<T>(...fns: (keyof T)[]): (value?: unknown) => value is T;
|
||||
export declare function isOnObject<T>(...fns: (keyof T)[]): (value?: unknown) => value is T;
|
||||
Reference in New Issue
Block a user