add optionsStorageTypes
This commit is contained in:
parent
d173d9376d
commit
8acb02e6d7
1 changed files with 3 additions and 0 deletions
3
src/optionsStorageTypes.ts
Normal file
3
src/optionsStorageTypes.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export const mergeAny: <T>(arg1: T, arg2: any) => T = Object.assign
|
||||
|
||||
export type WatchValue = <T extends Record<string, any>>(proxy: T, callback: (p: T) => void) => void
|
||||
Loading…
Add table
Add a link
Reference in a new issue