Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Mar 15, 2024
1 parent bccf50c commit 8ad599c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ declare global {
declare const globalThis: {
TextDecoder?: typeof _TextDecoder;
TextEncoder?: typeof _TextEncoder;
setImmediate?: (callback: () => unknown) => void;
}
setImmediate?: (callback: () => unknown) => void;
};

/**
* Synchronous recursive makedir.
Expand Down

0 comments on commit 8ad599c

Please sign in to comment.