0.1.0 • Published 10 months ago

@solana-wallets-solid/unified v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Hello

Example hello world package in the your-repository-name repository.

Installation

npm install @your-repository-name/hello
# or
yarn add @your-repository-name/hello
# or
pnpm add @your-repository-name/hello

How to use it

import { createHello } from "@your-repository-name/hello"

const [hello, setHello] = createHello()

hello() // => "Hello World!"

setHello("Solid")

hello() // => "Hello Solid!"

Changelog

See CHANGELOG.md.

0.1.0

10 months ago