JSPM

@piki.me/random-username-go

2.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 21
  • Score
    100M100P100Q37567F
  • License MIT

Generate random usernames.

Package Exports

  • @piki.me/random-username-go
  • @piki.me/random-username-go/dist/src/index.js

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 (@piki.me/random-username-go) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Installation

NPM

npm install @pikilee/random-username

Yarn

yarn add @pikilee/random-username

PNPM

pnpm install @pikilee/random-username

Usage

import { random } from "@pikilee/random-username";

random() // => "开心的河马"

random("en") => // "Fearless Cat"

API

random(language = "zh-Hans")

Get a random username.

language

Supports: en, zh-Hans Default: zh-Hans