UNPKG

xmlplus

Version:

A JavaScript framwork for developing projects efficiently.

11 lines 254 B
<!DOCTYPE html> <html> <head> <script src="../../../../xmlplus.js"></script> <script> console.log(xp.isFunction(xp)); // true console.log(xp.isFunction({})); // false </script> </head> <body></body> </html>