Skip to content

Commit

Permalink
feat: 🎸 include "writeSync" method for sync writer
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Jun 15, 2023
1 parent 7c8439f commit b006b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node-to-fsa/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type { IFs } from '..';
*/
export type NodeFsaFs = Pick<
IFs,
'promises' | 'openSync' | 'fsyncSync' | 'statSync' | 'closeSync' | 'readSync' | 'truncateSync'
'promises' | 'openSync' | 'fsyncSync' | 'statSync' | 'closeSync' | 'readSync' | 'truncateSync' | 'writeSync'
>;

export interface NodeFsaContext {
Expand Down

0 comments on commit b006b2d

Please sign in to comment.