Skip to content

Commit

Permalink
removed empty constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
normancarcamo committed Feb 15, 2020
1 parent a01f26d commit ffdaa2f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ffdaa2f

Please sign in to comment.