INIT
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* Get nth item of Array. Negative for backward
|
||||
*/
|
||||
export declare function at<T>(array: readonly T[], index: number): T | undefined;
|
||||
export declare function last<T>(array: readonly T[]): T | undefined;
|
||||
Reference in New Issue
Block a user