Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviv Keller authored Nov 6, 2024
1 parent d5ac1ee commit 177b202
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/api/path.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ paths. It can be accessed using:
```cjs
const path = require('node:path');
```

```mjs
import path from 'node:path';
```
Expand Down

0 comments on commit 177b202

Please sign in to comment.