UNPKG
krakentyio-exegesis-koa
Version:
latest (1.0.0)
1.0.0
0.0.0-semantic-release
Parses OpenAPI documents
github.com/exegesis-js/exegesis
exegesis-js/exegesis
krakentyio-exegesis-koa
/
lib
/
utils
/
stringToStream.d.ts
3 lines
(2 loc)
•
125 B
TypeScript
View Raw
1
2
3
import
{
Readable
}
from
'stream'
;
export
default
function
stringToStream
(
str: string, encoding?: BufferEncoding
):
Readable
;