Searched defs:Box (Results 1 – 4 of 4) sorted by relevance
18 interface Box { interface23 interface Box { interface27 type BoxKeys = keyof Box; alias
18 interface Box { interface23 interface Box { interface
26 type Box<T> = ReturnType<typeof makeBox<T>>; // { value: T } alias
84311 Box: 0, property