Skip to content

Commit fcb3675

Browse files
committed
add typescript /// node reference
This necessary for type packages on DefinitelyTyped to correctly import `@rdfjs/types` See DefinitelyTyped/DefinitelyTyped#51756 (comment)
1 parent 957e1db commit fcb3675

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/// <reference types="node" />
2+
13
export * from './data-model';
24
export * from './stream';
35
export * from './dataset';

0 commit comments

Comments
 (0)