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

Reports whether an object exists in memory.

Parameters

path: string

Object path/key

Return Type

Promise<boolean>

true if present

Usage

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