Skip to content

Commit 4c960cf

Browse files
committed
chore: specify using Node Buffer
1 parent 14227ab commit 4c960cf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/response.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* file that was distributed with this source code.
88
*/
99

10+
import { Buffer } from 'node:buffer'
1011
import etag from 'etag'
1112
import vary from 'vary'
1213
import fresh from 'fresh'

tests/response.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* file that was distributed with this source code.
88
*/
99

10+
import { Buffer } from 'node:buffer'
1011
import etag from 'etag'
1112
import fsExtra from 'fs-extra'
1213
import { join } from 'node:path'

0 commit comments

Comments
 (0)