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

Reports whether an object exists.

Parameters

path: string

Object path/key

Return Type

Promise<boolean>

true if present

Usage

import { type IStorage } from "common/src/index.ts";