UNPKG

aes70

Version:

A controller library for the AES70 protocol.

6 lines (4 loc) 137 B
import { Tuple } from './Tuple.js'; export function FixedLengthArray(Type, Length) { return Tuple(...new Array(Length).fill(Type)); }