1 个仓库
Functions implemented as single-line expressions to maximize density and reduce boilerplate.
Distinct from Function Composition: Focuses on the brevity and density of the implementation rather than the algebraic act of merging multiple functions.
Explore 1 awesome GitHub repository matching software engineering & architecture · Compact One-Liners. Refine with filters or upvote what's useful.
1loc is a JavaScript utility library and multifaceted toolkit providing a collection of single-line functions for common mathematical, string, date, and geometric operations. It functions as a set of functional programming helpers and data validation predicates designed to perform atomic transformations and validations. The project includes a geometry math library for calculating distances, angles, and spatial overlaps between points and rectangles, alongside a text manipulation library for casting, capitalizing, and analyzing string content. The toolkit covers broader capability areas inclu
Implements a vast library of utilities as concise single-line functions to minimize boilerplate code.