UNPKG

together-ai-sdk

Version:

A typescript SDK for the Together AI API

7 lines (6 loc) 225 B
/** * Returns an array of defined length where each element is its index * @param length - the length of the array * @returns an array with defined length */ export declare const indexArray: (length: number) => number[];