JSPM

@piki.me/random-username-go

2.0.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q37246F
  • 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 @piki.me/random-username-go

Yarn

yarn add @piki.me/random-username-go

PNPM

pnpm install @piki.me/random-username-go

Usage

import { random } from "@piki.me/random-username-go";

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

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

API

random(language = "zh-Hans")

Get a random username.

language

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