This commit is contained in:
7
node_modules/stringify-entities/lib/index.js
generated
vendored
Normal file
7
node_modules/stringify-entities/lib/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
'use strict'
|
||||
|
||||
var encode = require('./encode')
|
||||
var escape = require('./escape')
|
||||
|
||||
module.exports = encode
|
||||
encode.escape = escape
|
||||
Reference in New Issue
Block a user