import { HasNullOrMore, RemoveNull } from "../null"; import { ExactlyNumberArray } from "./exactlyNumberArray"; export type ExactlyNumberArrayOrNull = ExactlyNumberArray> & HasNullOrMore; //# sourceMappingURL=exactlyNumberArrayOrNull.d.ts.map