UNPKG

@synerty/orb-vortexjs

Version:

Custom observable data serialisation and routing based on Angular2

12 lines (11 loc) 411 B
import { WebSqlFactoryService, WebSqlService } from "./WebSqlService"; export declare class WebSqlBrowserFactoryService implements WebSqlFactoryService { hasStorageLimitations(): boolean; supportsWebSql(): boolean; createWebSql(dbName: string, dbSchema: string[]): WebSqlService; } export declare class WDBException { message: string; constructor(message: string); toString(): string; }