This is an automated email from the ASF dual-hosted git repository. suyanhanx pushed a commit to branch nodejs-stream in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
commit e82aa60d79740351489192c105934fe3f2a8b410 Author: suyanhanx <[email protected]> AuthorDate: Mon Nov 27 19:49:55 2023 +0800 format Signed-off-by: suyanhanx <[email protected]> --- bindings/nodejs/.prettierignore | 2 +- bindings/nodejs/index.d.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/nodejs/.prettierignore b/bindings/nodejs/.prettierignore index 3e7db534d..8e6a17e88 100644 --- a/bindings/nodejs/.prettierignore +++ b/bindings/nodejs/.prettierignore @@ -1,4 +1,4 @@ target generated.js -index.d.ts +generated.d.ts .yarn diff --git a/bindings/nodejs/index.d.ts b/bindings/nodejs/index.d.ts index fb18dab95..8c22b10e1 100644 --- a/bindings/nodejs/index.d.ts +++ b/bindings/nodejs/index.d.ts @@ -17,7 +17,7 @@ * under the License. */ -import { Readable, ReadableOptions, Writable, WritableOptions } from "node:stream" +import { Readable, ReadableOptions, Writable, WritableOptions } from 'node:stream' declare module './generated' { interface BlockingReader {
