UNPKG

refql

Version:

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

7 lines (6 loc) 187 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const defaultRunner = (tag, params = {}) => { return tag.run(params); }; exports.default = defaultRunner;