UNPKG

react-form-with-constraints

Version:
6 lines (5 loc) 96 B
export function clearArray(array) { while (array.length > 0) { array.pop(); } }