Searched defs:Box2 (Results 1 – 2 of 2) sorted by relevance
46 type Box2 = Box<Box2 | number>; alias
91 type Box2<T> = { value: T }; alias