// Type definitions for sql.js 1.0 // Project: https://github.com/kripken/sql.js // Definitions by: George Wu , // Florian Keller // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.2 /// declare module 'sql.js' { export = initSqlJs; }