We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed2e276 + 00582be commit 5755aabCopy full SHA for 5755aab
readme.md
@@ -1,6 +1,14 @@
1
2
+<br>
3
+
4
+[](https://www.npmjs.com/package/prepend-transform)
5
6
# Prepend-Transform
7
8
+>
9
+> Prepend text to the beginning of each line in a stream.
10
11
12
## Installation
13
14
```bash
src/index.ts
@@ -17,7 +17,7 @@ export const r2gSmokeTest = function () {
17
return true;
18
};
19
20
-export const pt = (pre: string, o?: PTOptions) => {
+export const pt = (pre: string, o?: PTOptions) => {
21
return new PrependTransform(pre, o);
22
23
0 commit comments