DefinitelyTyped/types/sql.js/index.d.ts

13 lines
391 B
TypeScript

// Type definitions for sql.js 1.0
// Project: https://github.com/kripken/sql.js
// Definitions by: George Wu <https://github.com/Hozuki>,
// Florian Keller <https://github.com/ffflorian>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2
/// <reference path="./module.d.ts" />
declare module 'sql.js' {
export = initSqlJs;
}