forked from fanruan/fineui
Browse Source
* commit '633edbb1b63a5d1d44cd9d988f1e7c8cfe316d4e': feat: KERNEL-798 core/func/arrayes6
alan
5 years ago
2 changed files with 10 additions and 0 deletions
@ -0,0 +1,5 @@ |
|||||||
|
export declare type _pushArray = (sArray: any[], array: any[]) => void; |
||||||
|
|
||||||
|
export declare type _pushDistinct = (sArray: any[], obj: any) => void; |
||||||
|
|
||||||
|
export declare type _pushDistinctArray = (sArray: any[], array: any[]) => void; |
Loading…
Reference in new issue