Skip to content

Commit f62044d

Browse files
committed
v1.2.34
1 parent a59fad4 commit f62044d

7 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<!---->
55

66
[Fs]: ./src/types/fs.ts
7-
[ReadOptions]: ./src/types/read-options.ts
8-
[WriteOptions]: ./src/types/write-options.ts
7+
[ReadOptions]: ./src/types/read_options.ts
8+
[WriteOptions]: ./src/types/write_options.ts
99

1010
<div align="center">
1111
<br/>

src/exports/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export type { Fs } from '../types/fs';
2-
export type { ReadOptions } from '../types/read-options';
3-
export type { WriteOptions } from '../types/write-options';
2+
export type { ReadOptions } from '../types/read_options';
3+
export type { WriteOptions } from '../types/write_options';

0 commit comments

Comments
 (0)