UNPKG

refql

Version:

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

4 lines (3 loc) 136 B
import { RefInput } from "../common/types"; declare const validateRefInput: (input: RefInput) => void; export default validateRefInput;