1.0.8 • Published 5 months ago

bun-engines-strict v1.0.8

Weekly downloads
-
License
-
Repository
gitlab
Last release
5 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

5 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago