This website works better with JavaScript
Главная
Обзор
Помощь
Вход
lovecoding
/
web0715
Следить
10
В избранное
0
Ответвить
0
Файлы
Задачи
0
Вики
Дерево:
01bbba5f61
Ветки
Метки
master
web0715
/
webpack
/
demo1
/
node_modules
/
@jsonjoy.com
/
base64
/
lib
/
util
/
buffers
/
bufferToUint8Array.d.ts
bufferToUint8Array.d.ts
101 B
История
Исходник
1
2
/// <reference types="node" />
export declare const bufferToUint8Array: (buf: Buffer) => Uint8Array;