@yasuke_kuroda/npm-demo-pkg
v1.0.9
Published
description: This is the package I created for testing
Maintainers
Keywords
Readme
Overview
this is sample.
Requirement
Usage
install
npm i @yasuke_kuroda/npm-demo-pkg@latest
write
▼see https://developer.mozilla.org/ja/docs/Web/JavaScript/Guide/Functions#%E9%96%A2%E6%95%B0%E5%AE%A3%E8%A8%80
import * as myPackage from '@yasuke_kuroda/npm-demo-pkg'
console.log("🚀 ~ myPackage:", myPackage)output
Honda
Toyota
🚀 ~ myPackage: { default: {} }