Skip to content

Commit

Permalink
adding autocast
Browse files Browse the repository at this point in the history
  • Loading branch information
bahamas10 committed Dec 9, 2012
1 parent 6321d41 commit e2a5843
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions data.js
Expand Up @@ -2033,5 +2033,12 @@ var MicroJS = [
description: "Convert Unix style permissions to strings like ls (0755 => 'rwxr-xr-x')",
url: "https://github.com/bahamas10/node-perms",
source: "https://raw.github.com/bahamas10/node-perms/master/index.js"
},
{
name: "autocast",
tags: ["auto", "cast", "typecast", "convert"],
description: "Easily and automatically cast common datatypes in JavaScript",
url: "https://github.com/bahamas10/node-autocast",
source: "https://raw.github.com/bahamas10/node-autocast/master/index.js"
}
];

0 comments on commit e2a5843

Please sign in to comment.