Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 512 Bytes

File metadata and controls

24 lines (16 loc) · 512 Bytes

@effect-native/hi

A simple hello package from Effect Native.

Note: Effect Native is an independent project with no affiliation with Effectful Technologies or the Effect TypeScript project/team.

Installation

# npm
npm install @effect-native/hi

# JSR
npx jsr add @effect-native/hi

Usage

import "@effect-native/hi";
// Prints: Hello via Bun!

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