Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
monolithst

monolithst/functional-models

A library for creating JavaScript function based models.

TypeScript
1
0
GNU General Public License v3.0
macornwell's profile
macornwell
255 contributions

Support the dependencies of monolithst/functional-models

Account's avatar
rogierschouten/async-lock
Lock on asynchronous code
Account's avatar
kenany/get-random-values
`window.crypto.getRandomValues` with fallback to Node.js crypto
Account's avatar
cucumber/cucumber-js
The official JavaScript implementation of Cucumber.
Account's avatar
date-fns/utc
UTC date utils
Account's avatar
eslint/rewrite
Compatibility utilities for ESLint
Account's avatar
eslint/eslint
ESLint JavaScript language implementation
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for async-lock
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for chai
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for chai-as-promised
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for lodash
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for mocha
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for proxyquire
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for sinon
Account's avatar
typescript-eslint/typescript-eslint
TypeScript plugin for ESLint
Account's avatar
typescript-eslint/typescript-eslint
An ESLint custom parser which leverages TypeScript ESTree
Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
chaijs/chai-as-promised
Extends Chai with assertions about promises.
Account's avatar
commitizen/cz-conventional-changelog
Commitizen adapter following the conventional-changelog format.
Account's avatar
import-js/eslint-import-resolver-typescript
This plugin adds `TypeScript` support to `eslint-plugin-import`
Account's avatar
eslint-functional/eslint-plugin-functional
ESLint rules to promote functional programming in TypeScript.
Account's avatar
import-js/eslint-plugin-import
Import with sanity.
Account's avatar
jquery/esprima
ECMAScript parsing infrastructure for multipurpose analysis
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
remy/nodemon
Simple monitor script for use during development of a Node.js app.
Account's avatar
istanbuljs/nyc
the Istanbul command line interface
Account's avatar
thlorenz/proxyquire
Proxies nodejs require in order to allow overriding dependencies during testing.
Account's avatar
sinonjs/sinon
JavaScript test spies, stubs and mocks.
Account's avatar
TypeStrong/ts-node
TypeScript execution environment and REPL for node.js, with source map support
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

Functional Models is a TypeScript/JavaScript library that lets developers define pure‑function‑based data models with rich typing, validation, and automatic Zod schema generation. The same model definitions can be used on both front‑end and back‑end code and, with built‑in ORM support, can be persisted to a variety of datastores (e.g., DynamoDB, Mongo, SQL). It’s aimed at developers who want reusable, type‑safe models across an entire stack without tying themselves to a specific framework.