|
|
@ -60,8 +60,6 @@ export async function create(
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Create a new Store or load the existing store with the path.
|
|
|
|
* Create a new Store or load the existing store with the path.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* If the store is already loaded you must use {@link getStore} instead.
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
* @example
|
|
|
|
* @example
|
|
|
|
* ```typescript
|
|
|
|
* ```typescript
|
|
|
|
* import { Store } from '@tauri-apps/api/store';
|
|
|
|
* import { Store } from '@tauri-apps/api/store';
|
|
|
@ -234,8 +232,6 @@ export class Store extends Resource implements IStore {
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Create a new Store or load the existing store with the path.
|
|
|
|
* Create a new Store or load the existing store with the path.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* If the store is already loaded you must use {@link getStore} instead.
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
* @example
|
|
|
|
* @example
|
|
|
|
* ```typescript
|
|
|
|
* ```typescript
|
|
|
|
* import { Store } from '@tauri-apps/api/store';
|
|
|
|
* import { Store } from '@tauri-apps/api/store';
|
|
|
|