Skip to content

Commit

Permalink
docs: update api
Browse files Browse the repository at this point in the history
  • Loading branch information
hughfenghen committed Jun 5, 2024
1 parent 2d7c066 commit d3c9fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export declare class OPFSFileWrap {
createWriter(): Promise<{
write: (chunk: string | BufferSource, opts?: {
at?: number;
}) => Promise<void>;
}) => Promise<number>;
truncate: (size: number) => Promise<void>;
flush: () => Promise<void>;
close: () => Promise<void>;
Expand Down

0 comments on commit d3c9fbd

Please sign in to comment.