Skip to content

Commit

Permalink
Merge dff347c into 140aa66
Browse files Browse the repository at this point in the history
  • Loading branch information
yezhiming committed Feb 23, 2018
2 parents 140aa66 + dff347c commit 1de1c0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
'use strict'

module.exports = {
unescape,
escape,
encode,
decode
unescape: unescape,
escape: escape,
encode: encode,
decode: decode
}

function unescape (str) {
Expand Down

0 comments on commit 1de1c0b

Please sign in to comment.