UNPKG

react-form-with-constraints

Version:
10 lines (9 loc) 228 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.clearArray = void 0; function clearArray(array) { while (array.length > 0) { array.pop(); } } exports.clearArray = clearArray;