UNPKG

refql

Version:

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

3 lines (2 loc) 94 B
declare const isStringArray: (value: any) => value is string[]; export default isStringArray;