rc-js-util
Version:
A collection of TS and C++ utilities to help writing performant and correct applications, achieved through strict typing and (removable) invariant checking.
7 lines • 348 B
TypeScript
import { ATypedArrayTuple } from "../array/typed-array/a-typed-array-tuple.js";
import { TTypedArray } from "../array/typed-array/t-typed-array.js";
/**
* @public
*/
export type TExtractTypeTypedArrayTuple<T extends ATypedArrayTuple<number, TTypedArray>> = T["TTypeGuardTypedArray"];
//# sourceMappingURL=t-extract-type-typed-array-tuple.d.ts.map