Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.
/ javascript-fu Public archive
forked from Marak/javascript-fu

a javascript martial arts library for node.js and the browser. destroy the bad parts with ninja-like precision

Notifications You must be signed in to change notification settings

githubhelp/javascript-fu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

how do i use javascript-fu?

if you don't like reading documentation, check out the interactive javascript-fu demo

browser

<script src = "js-fu.js" type = "text/javascript"></script>
<script>
  var x = fu.isNumber(13); // true
  var x = fu.isDate('07/01/2010'); // true
</script>

node.js

var fu = require('./js-fu');
var x = fu.isNumber(13); // true
var x = fu.isDate('07/01/2010'); // true

once you have required the js-fu library, you have access to the "fu" object. inside this object you will find ...

About

a javascript martial arts library for node.js and the browser. destroy the bad parts with ninja-like precision

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published