Skip to main content
Home

Business logic of 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
41%
Published
7 months ago (4.3.3)

⚡️ core ⚡️

The core package handles all of the business logic for the hyper63 service framework. Every implementation of hyper63 should require the core package.

The core package validates the config schema and plugin schemas

Nest Badge Test

Testing

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/core

Import symbol

import * as core from "@hyper63/core";
or

Import directly with a jsr specifier

import * as core from "jsr:@hyper63/core";

Add Package

pnpm i jsr:@hyper63/core
or (using pnpm 10.8 or older)
pnpm dlx jsr add @hyper63/core

Import symbol

import * as core from "@hyper63/core";

Add Package

yarn add jsr:@hyper63/core
or (using Yarn 4.8 or older)
yarn dlx jsr add @hyper63/core

Import symbol

import * as core from "@hyper63/core";

Add Package

npx jsr add @hyper63/core

Import symbol

import * as core from "@hyper63/core";

Add Package

bunx jsr add @hyper63/core

Import symbol

import * as core from "@hyper63/core";