0.0.1 • Published 1 year ago

svelte-tweet v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

svelte-tweet

A simple package that exports an add function.

Installation

npm install svelte-tweet

Usage

const { add } = require("svelte-tweet");

console.log(add(1, 2)); // Output: 3
0.0.1

1 year ago