Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

random-china-city-name

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

random-china-city-name

random chinese city name

  • 0.0.4
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

随机中国城市名称

randomCityName 函数,随机生成一个中国的城市名,包括县城,但不包含市区。

Installation

Install my-project with npm

 # npm  
 npm install random-china-city-name 
 # yarn
 yarn add random-china-city-name 
 

Usage/Examples

// ts/esmodule
 import { randomCityName}    from 'random-china-city-name';
// commonjs
const {randomCityName} = require('random-china-city-name');

let randomName = randomCityName();
console.log(randomName);

License

MIT

Keywords

FAQs

Package last updated on 26 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc