README
This is the readme file.
in a node-repl , type the folling and it will return it
node
var escape = require('xpo-ui-test').escape; [Function] escape('
Hello World!
'); '<h1>Hello World!</h1>'
This is the XPO sample npm module
<script type="module">
import xpoUiTest from 'https://cdn.skypack.dev/xpo-ui-test';
</script>
This is the readme file.
in a node-repl , type the folling and it will return it
node
var escape = require('xpo-ui-test').escape; [Function] escape('
Hello World!
'); '<h1>Hello World!</h1>'