About ichigyou
ichigyou (一行 いちぎょう) is a collection of one-liner functions in TypeScript.
54 functions across 5 categories:
- String
- Array
- Number
- Object
- Other
Installation
Install ichigyou using your preferred package manager:Quick Example
Here’s a simple example of using ichigyou functions:Explore Functions
Browse through our comprehensive function library:String Functions
19 string manipulation functions including reverseString, isValidEmail, and more.
Array Functions
14 array utility functions like first, last, removeDuplicated, and more.
Number Functions
10+ number operations including sum, average, factorial, and more.
Object Functions
Object utilities like hasProperty, isEmptyObject, and sortByProperty.
Documentation
For full API documentation with detailed examples, visit:All functions are written as one-liners in TypeScript, making them lightweight and easy to understand.