Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/mighty-icons-sleep.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rdfjs/types": patch
---

Export as Type for new transpilers
8 changes: 4 additions & 4 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// <reference types="node" />

Check failure on line 1 in index.d.ts

View workflow job for this annotation

GitHub Actions / build

Only named exports may use 'export type'.

Check failure on line 1 in index.d.ts

View workflow job for this annotation

GitHub Actions / build

Only named exports may use 'export type'.

Check failure on line 1 in index.d.ts

View workflow job for this annotation

GitHub Actions / build

Only named exports may use 'export type'.

Check failure on line 1 in index.d.ts

View workflow job for this annotation

GitHub Actions / build

Only named exports may use 'export type'.

export * from './data-model';
export * from './stream';
export * from './dataset';
export * from './query';
export type * from './data-model';
export type * from './stream';
export type * from './dataset';
export type * from './query';
Loading