We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e69019c commit 23f1c9aCopy full SHA for 23f1c9a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vrchat-location-parser",
3
- "version": "0.1.1",
+ "version": "0.1.2",
4
"description": "Parser for VRchat Locations",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
src/index.ts
@@ -23,7 +23,7 @@ interface InstanceGroup extends InstanceBase {
23
require18yo: boolean
24
}
25
26
-type Instance = InstancePublic | InstanceUser | InstanceGroup
+export type Instance = InstancePublic | InstanceUser | InstanceGroup
27
28
/**
29
* Parses the location
0 commit comments