Package Exports
- @solariera/scramble-number
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@solariera/scramble-number) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Template NPM Package
This is npm package template
1. Usage
1-1. Installation
# npm
npm install @solariera/template-npm-package
# yarn
yarn add @solariera/template-npm-package
1-2. Basic Usage
import { template } from '@solariera/template-npm-package';
const temp = template();
console.log(temp); // template
2. Specifications
2-1. Syntax & Parameters
template(first
[, second
])
No. | Name | Type | Required | Description |
---|---|---|---|---|
1 | first |
string | Yes | hogehoge |
2 | second |
object | fugafuga |