Skip to content

Commit ffaf192

Browse files
moved UUID class into binary file
1 parent b81ded2 commit ffaf192

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/binary.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@ export class Binary {
250250
}
251251

252252
toUUID(): UUID {
253-
const { UUID } = require('./uuid');
254253
if (this.sub_type === Binary.SUBTYPE_UUID) {
255254
return new UUID(this.buffer.slice(0, this.position));
256255
}

0 commit comments

Comments
 (0)