UNPKG

sqlify

Version:

Yet another SQL query builder for Node.js

10 lines (8 loc) 152 B
/** * For including *.json file as * `import * as <stuff> from './stuffs.json';` */ declare module '*.json' { const value: any; export = value; }