1.0.8 • Published 11 months ago

bun-engines-strict v1.0.8

Weekly downloads
-
License
-
Repository
gitlab
Last release
11 months ago

engines-strict

Installation

npm i bun-engines-strict
yarn i bun-engines-strict
pnpm a bun-engines-strict
bun a bun-engines-strict

Usage:

put import "bun-engines-strict" to the top of any file

import "bun-engines-strict"

import { Elysia } from "elysia"
// any code
...

in Package.json:

    ...,
	"engines": {
		"bun": ">=1.1.29"
	}

This project was created using bun init in bun v1.1.29. Bun is a fast all-in-one JavaScript runtime.

1.0.8

11 months ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago