winston0410/ramda-dom-utilities

View on GitHub
lib/getElementsByTagNameNS.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
import {
  binary
} from './structures/binary.js'

const getElementByTagNameNS = binary('getElementByTagNameNS')

export {
  getElementByTagNameNS
}