UNPKG

refql

Version:

A Node.js and Deno library for composing and running SQL queries.

5 lines (4 loc) 214 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const isStringArray = (value) => Array.isArray(value) && value.every(item => typeof item === "string"); exports.default = isStringArray;