Press n or j to go to the next uncovered block, b, p or k for the previous block.
1 2 3 4 5 | 146x 146x | // NOTE: For now, need to coerce the type as mutable array / object. Otherwise, // we'll need to change the props of all components as readonly. export const EMPTY_ARRAY = Object.freeze([]) as never[]; export const EMPTY_OBJECT = Object.freeze({}) as {}; |