method StorageService.prototype.exists
StorageService.prototype.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 { StorageService } from "storage-plugin/src/index.ts";