open(_t: Deno.TestContext,unnamed 1: StorageModule,): Promise<void>
Ensure that the underlying storage has been opened and is empty
_t: Deno.TestContext
unnamed 1: StorageModule
Promise<void>
Common types and utilities for Pluggable Storage Modules
open(_t: Deno.TestContext,unnamed 1: StorageModule,): Promise<void>
Ensure that the underlying storage has been opened and is empty
_t: Deno.TestContext
unnamed 1: StorageModule
Promise<void>
Add Package
deno add jsr:@storage/common
Import symbol
import { open } from "@storage/common/test-storage-module";
Import directly with a jsr specifier
import { open } from "jsr:@storage/common/test-storage-module";
Add Package
pnpm i jsr:@storage/common
pnpm dlx jsr add @storage/common
Import symbol
import { open } from "@storage/common/test-storage-module";
Add Package
yarn add jsr:@storage/common
yarn dlx jsr add @storage/common
Import symbol
import { open } from "@storage/common/test-storage-module";
Add Package
vlt install jsr:@storage/common
Import symbol
import { open } from "@storage/common/test-storage-module";
Add Package
npx jsr add @storage/common
Import symbol
import { open } from "@storage/common/test-storage-module";
Add Package
bunx jsr add @storage/common
Import symbol
import { open } from "@storage/common/test-storage-module";