Pinned Repositories
class-fillable-dto
Class Fillable DTO with validation functionality.
class-validator
Allows use of decorator and non-decorator based validation. Internally uses `class-validator` to perform validation.
corefunc
Modular utility library for JavaScript.
decorators
Decorators for modern JavaScript
http
Utilities and tools to help build HTTP requests.
type
TypeScript common types.
upsert-map
Addition of a method that will add a value to a map if the map does not already have something at key, and will also update an existing value at key.
v8
JavaScript V8 engine specific utilities
CoreFunc's Repositories
corefunc/corefunc
Modular utility library for JavaScript.
corefunc/v8
JavaScript V8 engine specific utilities
corefunc/decorators
Decorators for modern JavaScript
corefunc/http
Utilities and tools to help build HTTP requests.
corefunc/type
TypeScript common types.
corefunc/upsert-map
Addition of a method that will add a value to a map if the map does not already have something at key, and will also update an existing value at key.
corefunc/class-fillable-dto
Class Fillable DTO with validation functionality.
corefunc/class-validator
Allows use of decorator and non-decorator based validation. Internally uses `class-validator` to perform validation.