c-girls-20210615

1.0.1 • Public • Published

xjchen

![npm version] (https://img.shields.io/badge/npm-1.0.0-brightgreen)

获取名字和年龄

Install

    npm install

Usage

const p = require("cjchen");
p("name", "age")
  .then((name) => {
    console.log(name);
  })
  .catch((error) => {
    console.log(error);
  });

Readme

Keywords

Package Sidebar

Install

npm i c-girls-20210615

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

875 B

Total Files

3

Last publish

Collaborators

  • xjchen