Skip to content

Commit ea4401f

Browse files
committed
fix: add missing use strict
1 parent cf3e814 commit ea4401f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/parse.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"use strict";
2+
13
const fastDecode = require("fast-decode-uri-component");
24

35
const plusRegex = /\+/g;

0 commit comments

Comments
 (0)