UNPKG
steno
Version:
latest (4.0.2)
4.0.2
4.0.1
4.0.0
3.2.0
3.1.1
3.1.0
3.0.0
2.1.0
2.0.0
1.0.0
0.5.0
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
Specialized fast async file writer
github.com/typicode/steno
typicode/steno
steno
/
lib
/
index.d.ts
8 lines
(7 loc)
•
215 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/// <reference types="node" resolution-mode="require"/>
import
{
PathLike
}
from
'node:fs'
;
export
declare
class
Writer
{ #
private
;
constructor
(
filename
:
PathLike
);
write
(
data
:
string
):
Promise
<
void
>; }