Skip to content

Commit

Permalink
chore: fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed May 4, 2022
1 parent be81fa8 commit e7a259c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/_utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,3 @@ export function isPrimitive (arg: any) {
export function stringify (arg: any) {
return isPrimitive(arg) ? (arg + '') : JSON.stringify(arg)
}


0 comments on commit e7a259c

Please sign in to comment.