Home
last modified time | relevance | path

Searched defs:bufferFrom (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/compiler/
Dsys.ts1433 /** @internal */ bufferFrom?(input: string, encoding?: string): Buffer; method
1739 function bufferFrom(input: string, encoding?: string): Buffer { function