mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
13 lines
391 B
TypeScript
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;
|
|
}
|