Skip to content

z41z/sp-npm-init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sp-npm-init

npm init

Install

  npm i xxx //or yarn add xxx

Build

  npm run build

CDN

  <script src="https://unpkg.com/xxx"></script>
  <script>

  </script>

Usage

  const {
    xxx
  } = require("xxx")
  • xx(obj = {})

    • {Object} xx
      • {Number} xx
      • {Boolean} xx = false
      xx();
      // return 'xx'

Releases

No releases published

Packages

No packages published