ruls icon indicating copy to clipboard operation
ruls copied to clipboard

📏 Typesafe rules engine with JSON encoding.

Results 3 ruls issues
Sort by recently updated
recently updated
newest added

Hi, thank you for your great work. I have just attempted to install this library (version 1.0.4 and newer) and got following error: ``` error /.../node_modules/ruls: Command failed. Exit code:...

would it be possible to build a "signal" factory that would let me feed it zod schema and it would automatically infer signals?

After reading the [Custom Type docs](https://github.com/decs/ruls#custom-type), I tried creating a custom `date` signal. I'm not sure the right way of injecting custom assert functions. For example, the number operator adds...