UNPKG

@jscad/array-utils

Version:

Array Utilities for JSCAD

4 lines (2 loc) 81 B
export default nth declare function nth<T>(anArray: Array<T>, index: number): T