temp
This commit is contained in:
1
node_modules/ts-algebra/lib/utils/tail.d.ts
generated
vendored
Normal file
1
node_modules/ts-algebra/lib/utils/tail.d.ts
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export declare type Tail<ARRAY extends unknown[]> = ARRAY extends readonly [] ? ARRAY : ARRAY extends readonly [unknown?, ...infer TAIL] ? TAIL : ARRAY;
|
||||
Reference in New Issue
Block a user