UNPKG

typed-wx-api

Version:
4 lines (3 loc) 163 B
import { Falsy } from './falsy'; export declare type SQLFragment = string | Falsy | SQLFragment[]; export declare type TruthySQLFragment = string | SQLFragment[];