tiny-example-pkg
v1.0.2
Published
Tiny example package for testing purposes
Downloads
2
Readme
Tiny Example Package
A tiny example package for testing purposes.
import tinyExamplePackage from "tiny-example-pkg";
import { example } from "tiny-example-pkg";
console.log(tinyExamplePackage); // "Tiny example pacakge"
console.log(example); // "Tiny example pacakge"