mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Chore: prefer domain list
This commit is contained in:
@@ -19,3 +19,5 @@ export function appendArrayInPlace<T>(dest: T[], source: T[]) {
|
||||
}
|
||||
return dest;
|
||||
}
|
||||
|
||||
export const appendArrayInPlaceCurried = <T>(dest: T[]) => (source: T[]) => appendArrayInPlace(dest, source);
|
||||
|
||||
Reference in New Issue
Block a user