UNPKG

jats-viewer

Version:

A lightweight JS package for rendering and displaying JATS XML in a readable format.

5 lines (4 loc) 80 B
function isXml(string) { return string === 'XML'; } module.exports = isXml;