UNPKG

224 BTypeScriptView Raw
1/**
2 * Gets values from right.
3 * @param x an array (updated)
4 * @param n number of values (1)
5 * @returns x
6 */
7declare function right$<T>(x: T[], n?: number): T[];
8export default right$;
9//# sourceMappingURL=index.d.ts.map
\No newline at end of file