@assert/id
v1.0.0
Published
Asserts that an ID is valid.
Downloads
1
Maintainers
Readme
Installation
npm install --save @assert/id
Signature
ƒ (id: String, language?: 'HTML4' | 'HTML5' | 'XML')
=> Void,
throws: TypeError | SyntaxError | DOMException,
requires: String.isString, String.prototype.inspect