method LocalStorageProvider.prototype.exists
LocalStorageProvider.prototype.exists(path: string): Promise<boolean>

Reports whether an object exists on disk.

Parameters

path: string

Object path/key

Return Type

Promise<boolean>

true if present

Usage

import { LocalStorageProvider } from "storage-plugin/src/index.ts";