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

Deletes an object.

Parameters

path: string

Object path/key

Return Type

Promise<boolean>

true if an object was deleted

Usage

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