Skip to main content
Home

Port for the Storage Service in the hyper Service Framework

This package works with Node.js, DenoIt is unknown whether this package works with Cloudflare Workers, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
58%
Published
a year ago (2.0.1)

hyper-port-storage

Port for the Storage Service in the hyper Service Framework

Nest Badge Test


hyper63 port is a module that valiadates the schema of an adapter. In this case the storage port validates the schema of a storage adapter.

Usage

Test

deno task test

License

Apache-2.0

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@hyper63/port-storage

Import symbol

import * as port_storage from "@hyper63/port-storage";
or

Import directly with a jsr specifier

import * as port_storage from "jsr:@hyper63/port-storage";

Add Package

pnpm i jsr:@hyper63/port-storage
or (using pnpm 10.8 or older)
pnpm dlx jsr add @hyper63/port-storage

Import symbol

import * as port_storage from "@hyper63/port-storage";

Add Package

yarn add jsr:@hyper63/port-storage
or (using Yarn 4.8 or older)
yarn dlx jsr add @hyper63/port-storage

Import symbol

import * as port_storage from "@hyper63/port-storage";

Add Package

vlt install jsr:@hyper63/port-storage

Import symbol

import * as port_storage from "@hyper63/port-storage";

Add Package

npx jsr add @hyper63/port-storage

Import symbol

import * as port_storage from "@hyper63/port-storage";

Add Package

bunx jsr add @hyper63/port-storage

Import symbol

import * as port_storage from "@hyper63/port-storage";