Searched refs:getTypedArray (Results 1 – 2 of 2) sorted by relevance
43 function getTypedArray(flag: boolean) { function59 const a = getTypedArray(true); // A | B61 AssertType(getTypedArray(true), "union");62 AssertType(getTypedArray, "(boolean) => union");
45775 getTypedArray(t, e) {