UNPKG

vdr-react-form-manager

Version:
7 lines (6 loc) 223 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isValidArray = (arrayIn) => { // tslint:disable-next-line:triple-equals return arrayIn != undefined && Array.isArray(arrayIn); };