@devinveins/test-how-to-go-public
v0.0.0
Published
test-how-to-go-public from private-package-placeholder
Downloads
3
Readme
template: devinveins/private-package-placeholder
test-how-to-go-public from private-package-placeholder
This is a placeholder for a react hook private package.
- [private release]
Installation
npm i test-how-to-go-public
How to use
import { usePrivatePackagePlaceholder } from "private-package-placeholder";
const { hello } = usePrivatePackagePlaceholder();
console.log(hello());
}