Home
last modified time | relevance | path

Searched refs:fromOptions (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/npm/node_modules/smart-buffer/
DREADME.md162 const buff = SmartBuffer.fromOptions({
168 const buff = SmartBuffer.fromOptions({
233 ### Class Method: fromOptions(options)
246 const buff = SmartBuffer.fromOptions({
249 const buff = SmartBuffer.fromOptions({
253 const buff = SmartBuffer.fromOptions({
258 const buff = SmartBuffer.fromOptions({
/third_party/node/deps/npm/node_modules/smart-buffer/typings/
Dsmartbuffer.d.ts45 static fromOptions(options: SmartBufferOptions): SmartBuffer;
/third_party/node/deps/npm/node_modules/smart-buffer/docs/
DCHANGELOG.md65 * SmartBuffer.fromOptions()
DREADME_v3.md134 let buff = SmartBuffer.fromOptions({
140 let buff = SmartBuffer.fromOptions({
/third_party/node/deps/npm/node_modules/smart-buffer/build/
Dsmartbuffer.js90 static fromOptions(options) { method in SmartBuffer