Skip to content

Commit 5254e4e

Browse files
committed
test(typedstream): fix import
1 parent 6b6e7e8 commit 5254e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/typedstream/src/bplist.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { parseBuffer, UID } from "bplist";
1+
import { parseBuffer, type UID } from "@parseaple/bplist";
22
import { TypedGroup, Unarchiver } from "./archiver";
33

44
type BPlistValue =

0 commit comments

Comments
 (0)