babel-plugin-runtyper
Version:
Babel plugin for runtime type-checking in JavaScript
17 lines (16 loc) • 381 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Runtyper</title>
</head>
<body>
<h2>Change data in textfield and look into console</h2>
<label>
Username:
<input type="text" id="username" value="Hello World!"/>
</label>
<button type="button">click</button>
<script type="text/javascript" src="bundle.js"></script>
</body>
</html>