@jaenfigueroa/foxed-utils

1.0.3 • Public • Published

Foxed Utils

npm-publish-action

Install

npm i @jaenfigueroa/foxed-utils

Usage

CommonJS

En entornos de CommonJS, puedes importar la libreria de la siguiente manera:

const { numberRandom, wordRandom } = require("@jaenfigueroa/foxed-utils");

numberRandom(1, 10); // 8
wordRandom(["Juan", "Pedro", "Maria", "Sofia"]); // 'Pedro'

ES6+

En entornos de ES6 o versiones superiores, puedes importar la libreria de la siguiente manera:

import { numberRandom, wordRandom } from "@jaenfigueroa/foxed-utils";

numberRandom(1, 10); // 4
wordRandom(["Juan", "Pedro", "Maria", "Sofia"]); // 'Sofia'

Readme

Keywords

Package Sidebar

Install

npm i @jaenfigueroa/foxed-utils

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

2.29 kB

Total Files

4

Last publish

Collaborators

  • jaenfigueroa