UNPKG

xmlplus

Version:

A JavaScript framwork for developing projects efficiently.

12 lines 312 B
<!DOCTYPE html> <html> <head> <script src="../../../../xmlplus.js"></script> <script> console.log(xp.isPlainObject({})); // true console.log(xp.isPlainObject("3")); // false console.log(xp.isPlainObject([])); // false </script> </head> <body></body> </html>