-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ardalan Amini
committed
Jan 25, 2018
1 parent
dc7c657
commit e09fce2
Showing
9 changed files
with
212 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "prototyped.js", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Some common typescript ready prototypes available in both es6 and es5", | ||
"author": "Ardalan Amini <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -24,6 +24,8 @@ | |
"avg", | ||
"first", | ||
"last", | ||
"initial", | ||
"tail", | ||
"chunk", | ||
"compact", | ||
"count", | ||
|
@@ -55,6 +57,7 @@ | |
"clone", | ||
"median", | ||
"pad", | ||
"append", | ||
"prepend", | ||
"boolean", | ||
"date", | ||
|
@@ -63,6 +66,17 @@ | |
"defer", | ||
"cache", | ||
"string", | ||
"capitalize", | ||
"decapitalize", | ||
"mask", | ||
"pluralize", | ||
"reverse", | ||
"lines", | ||
"camelCase", | ||
"kebabCase", | ||
"snakeCase", | ||
"truncate", | ||
"words", | ||
"math", | ||
"factorial", | ||
"fibonacci", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters