UNPKG

check-type

Version:

Library to check variable type and properties in object.

25 lines (24 loc) 669 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>RequireJS Browser Example</title> </head> <body> <h1> RequireJS 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 src="./bower_components/underscore/underscore.js"></script> <script src="./bower_components/check-type/check-type.min.js"></script> <script src="./app.js"></script> </body> </html>