Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/randplus/buffer
A package that adds functions for random.
https://github.com/randplus/buffer
buffer nodejs npm package random
Last synced: 15 days ago
JSON representation
A package that adds functions for random.
- Host: GitHub
- URL: https://github.com/randplus/buffer
- Owner: randplus
- Created: 2024-10-07T04:20:25.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-18T00:12:47.000Z (19 days ago)
- Last Synced: 2024-10-20T11:31:30.751Z (17 days ago)
- Topics: buffer, nodejs, npm, package, random
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@randplus/buffer
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @randplus/buffer
Generate random buffers.
This package is included in '[randplus](https://www.npmjs.com/package/randplus)'.## Usage
```js
const random = require('@randplus/buffer');console.log(random()) // ''
console.log(random(16)) // ''
```