@yamp/inheritence
v0.1.0
Published
@yamp scoped package
Readme
@yamp/inheritence
This workspace contains a publish-ready npm package.
Note: npm package names cannot be only
@yamp. Scoped packages must be@scope/name(for example@yamp/inheritence).
Install
npm install @yamp/inheritenceUsage
import { hello } from "@yamp/inheritence";
console.log(hello("world"));Develop
npm install
npm testPublish
npm login
npm publishBecause this is a scoped package, it publishes as public via publishConfig.access = public.
