Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 447 Bytes

File metadata and controls

18 lines (10 loc) · 447 Bytes

Home > @josh-brown/vector > VectorIndexFunction

VectorIndexFunction type

A function that generates a vector entry based on its index

Signature:

export type VectorIndexFunction<S> = (index: number) => S;

Remarks

This should be a pure function