Searched defs:stringBox (Results 1 – 4 of 4) sorted by relevance
21 const stringBox = makeStringBox('abc'); // { value: string } constant
22 const stringBox = makeStringBox('abc'); // { value: string } constant
26 const stringBox = new Boxx(STRING_VALUE); constant
35 const stringBox = new Boxx(STRING_VALUE); constant