check-type
Version:
Library to check variable type and properties in object.
31 lines (30 loc) • 821 B
HTML
<html>
<head>
<meta charset="utf-8">
<title>Browser Example</title>
</head>
<body>
<h1>
Browser Example for
<a href="../../../../">
check-type
</a>
</h1>
<h2>
Results
</h2>
<p id="results">
No results - Please view developer console to see if an error occurred.
</p>
<script data-main="./app" src="bower_components/requirejs/require.js"></script>
<script>
require.config({
paths: {
"check-type": "bower_components/check-type/check-type.min",
"underscore": "bower_components/underscore/underscore"
}
});
</script>
</body>
</html>