UNPKG

xml-crypto

Version:

Xml digital signature and encryption library for Node.js

6 lines (5 loc) 160 B
var select = require('xpath').select module.exports = require('./lib/signed-xml') module.exports.xpath = function(node, xpath) { return select(xpath, node) }