diff --git a/index.d.ts b/index.d.ts new file mode 100644 index 0000000..4e9fa8c --- /dev/null +++ b/index.d.ts @@ -0,0 +1,4 @@ +export var objects: string[]; +export var predicates: string[]; +export var teams: string[]; +export var collections: string[]; diff --git a/package.json b/package.json index ad65a33..17e0a57 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "The Glitch word list, packaged into an NPM module for easy use.", "author": "Glitch ", "main": "index.js", + "types": "index.d.ts", "scripts": { "test": "ava test.js", "build": "node build.js",