UNPKG

@micro-os-plus/hello-world-qemu-template

Version:

A source xPack / npm package with a template to generate semihosted Hello World projects running on QEMU

4 lines (3 loc) 118 B
const compare = require('./compare') const compareLoose = (a, b) => compare(a, b, true) module.exports = compareLoose