Skip to content

Commit

Permalink
types: use node: prefix for builtins (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Dec 15, 2024
1 parent 5eb7088 commit 7ab12a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

/// <reference types="node" />

import { Dirent } from 'fs'
import * as stream from 'stream'
import { Dirent } from 'node:fs'
import * as stream from 'node:stream'

/**
* Create a new SendStream for the given path to send to a res.
Expand Down

0 comments on commit 7ab12a4

Please sign in to comment.