UNPKG

ascii-ui

Version:

Graphic terminal emulator for HTML canvas elements

7 lines 144 B
export function emptyArray(arr) { while (arr.length > 0) { arr.pop(); } return arr; } //# sourceMappingURL=emptyArray.js.map