mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
refactor: Use node protocol when importing builtins
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { Readable } from 'stream';
|
||||
import { PassThrough } from 'stream';
|
||||
import type { Readable } from 'node:stream';
|
||||
import { PassThrough } from 'node:stream';
|
||||
import type { ValidatorInput } from '../../../../src/http/auxiliary/Validator';
|
||||
import { BasicRepresentation } from '../../../../src/http/representation/BasicRepresentation';
|
||||
import { RepresentationMetadata } from '../../../../src/http/representation/RepresentationMetadata';
|
||||
|
||||
Reference in New Issue
Block a user