diff --git a/src/index.ts b/src/index.ts index e7744a4..cc8052f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -4,8 +4,6 @@ export class Is { // Aliases: jsonwebtoken = this.jwt; - constructor() {} - object(value?: any): boolean { if (Object.prototype.toString.call(value) === '[object Object]') { return true;