文件名称:buffer-from:Buffer.from 的小马驹
文件大小:4KB
文件格式:ZIP
更新时间:2024-08-23 17:43:28
JavaScript
缓冲自
的Buffer.from ,如果可用,使用本机实现。
安装
npm install --save buffer-from
用法
const bufferFrom = require ( 'buffer-from' )
console . log ( bufferFrom ( [ 1 , 2 , 3 , 4 ] ) )
//=>
【文件预览】:
buffer-from-master
----test.js(419B)
----LICENSE(1KB)
----.npmrc(19B)
----.gitignore(30B)
----index.js(2KB)
----readme.md(2KB)
----package.json(304B)