Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit a640e64

Browse files
committed
Fix: Correct Buffer Type
1 parent d55991d commit a640e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ declare module "node-sass" {
199199
type RenderResult = {
200200
/** The compiled CSS. Write this to a file, or serve it out as needed. */
201201
css: Uint8Array;
202-
map: Buffer | undefined;
202+
map: Uint8Array | undefined;
203203
stats: {
204204
entry: string;
205205
start: number;

0 commit comments

Comments
 (0)