Skip to content

Commit

Permalink
chore: definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Aug 13, 2024
1 parent bfeed4e commit 7ae137e
Show file tree
Hide file tree
Showing 7 changed files with 53 additions and 50 deletions.
2 changes: 1 addition & 1 deletion dist/esm/definitions.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/esm/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { CapacitorDataStorageSqlitePlugin } from './definitions';
import type { CapacitorDataStorageSqlitePlugin } from "./definitions";
declare const CapacitorDataStorageSqlite: CapacitorDataStorageSqlitePlugin;
export * from './definitions';
export * from "./definitions";
export { CapacitorDataStorageSqlite };
11 changes: 6 additions & 5 deletions dist/esm/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/esm/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/esm/web.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { WebPlugin } from '@capacitor/core';
import type { CapacitorDataStorageSqlitePlugin, capEchoOptions, capEchoResult, capDataStorageOptions, capDataStorageResult, capFilterStorageOptions, capKeysResult, capKeysValuesResult, capTablesResult, capOpenStorageOptions, capTableStorageOptions, capValueResult, capValuesResult, capStorageOptions, capStoreJson, capDataStorageChanges, capStoreImportOptions } from './definitions';
import { WebPlugin } from "@capacitor/core";
import type { CapacitorDataStorageSqlitePlugin, capEchoOptions, capEchoResult, capDataStorageOptions, capDataStorageResult, capFilterStorageOptions, capKeysResult, capKeysValuesResult, capTablesResult, capOpenStorageOptions, capTableStorageOptions, capValueResult, capValuesResult, capStorageOptions, capStoreJson, capDataStorageChanges, capStoreImportOptions } from "./definitions";
export declare class CapacitorDataStorageSqliteWeb extends WebPlugin implements CapacitorDataStorageSqlitePlugin {
private mDb;
echo(options: capEchoOptions): Promise<capEchoResult>;
Expand Down
Loading

0 comments on commit 7ae137e

Please sign in to comment.