UNPKG

bigquery-client

Version:

A feature-rich Node.js client for Google BigQuery with support for CRUD operations, transactions, query building, and advanced features like aggregate functions, pagination, and logging.

3 lines (2 loc) 159 B
import 'reflect-metadata'; export declare function Validate(validator: (value: any) => boolean, message?: string): (target: any, propertyKey: string) => void;