Skip to content

Commit 23f1c9a

Browse files
committed
export type Instance
1 parent e69019c commit 23f1c9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vrchat-location-parser",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Parser for VRchat Locations",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ interface InstanceGroup extends InstanceBase {
2323
require18yo: boolean
2424
}
2525

26-
type Instance = InstancePublic | InstanceUser | InstanceGroup
26+
export type Instance = InstancePublic | InstanceUser | InstanceGroup
2727

2828
/**
2929
* Parses the location

0 commit comments

Comments
 (0)