hello-random-name
TypeScript icon, indicating that this package has built-in type declarations

0.0.4Β β€’Β PublicΒ β€’Β Published

hello-random-name

GitHub npm version install size npm downloads

bolierplate from modern-npm-package

Get Started

πŸ’ƒ Hello Random Name πŸ•Ί

import helloRandomName from "hello-random-name";

const randomName = helloRandomName.getName();
/*{
 *  gender: 'male',
 *  name: { english: 'Hyunseok', japanese: 'ヒョンソク', korean: 'ν˜„μ„' }
 *}
 */
const randomFemale = helloRandomName.getName("female");
const randomMale = helloRandomName.getName("male");
const allNameList = helloRandomName.getAllNames();

Dependencies (0)

    Dev Dependencies (9)

    Package Sidebar

    Install

    npm i hello-random-name

    Weekly Downloads

    1

    Version

    0.0.4

    License

    MIT

    Unpacked Size

    54.4 kB

    Total Files

    31

    Last publish

    Collaborators

    • dusunax