devland.js-invites
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "devland.js-invites", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Easy invite logger system with devland.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
import {Client, Store, Invite, Member} from "devland.js"; | ||
import {EventEmitter} from "events"; | ||
declare module '@devland.js/invites' { | ||
declare module 'devland.js-invites' { | ||
type global_vanity = { | ||
@@ -6,0 +6,0 @@ code: string, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11339