UNPKG

@pro-script/as-is

Version:

Check your types at runtime with ESNext syntax by meta programing in node.js and browser with interfaces, types, strict object and more.

20 lines (19 loc) 660 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Micro tests</title> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Ubuntu+Mono&family=VT323&display=swap" rel="stylesheet"> <link rel="stylesheet" href="public/console.browser.css"></link> </head> <body> <div id="close"></div> <div id="log"> <h2 class="info">Micro tests console output</h2> </div> </body> <script src="public/console.browser.js"></script> <script type="module" src="tests/pro-script.test.js"></script> </html>