https://github.com/topgunbuild/buffer
An isomorphic Buffer API
https://github.com/topgunbuild/buffer
arraybuffer browser buffer isomoprhic nodejs uint8array
Last synced: 17 days ago
JSON representation
An isomorphic Buffer API
- Host: GitHub
- URL: https://github.com/topgunbuild/buffer
- Owner: TopGunBuild
- License: mit
- Created: 2023-04-16T11:18:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-21T07:31:25.000Z (over 1 year ago)
- Last Synced: 2025-05-26T19:16:55.514Z (about 1 month ago)
- Topics: arraybuffer, browser, buffer, isomoprhic, nodejs, uint8array
- Language: TypeScript
- Homepage:
- Size: 286 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
📦 @topgunbuild/buffer
An isomorphic Buffer API for TopGun
This is Buffer implementation used in TopGun. Functionality is mostly compatible with NodeJS 'safe-buffer' and is used for encoding conversions between binary and 'hex' | 'utf8' | 'base64'.
## Install
```bash
npm install @topgunbuild/buffer
```## License
MIT