File: browser.html

package info (click to toggle)
node-prelude-ls 1.2.1%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 308 kB
  • sloc: makefile: 39
file content (5 lines) | stat: -rw-r--r-- 131 bytes parent folder | download | duplicates (4)
1
2
3
4
5
<!doctype html>
<script src="../browser/prelude-browser.js"></script>
<script>
  window.prelude = require('prelude-ls');
</script>