UNPKG
ruls
Version:
latest (1.2.0)
1.2.0
1.1.1
1.1.0
1.0.4
1.0.2
1.0.1
1.0.0
0.2.1
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.0
Typesafe rules engine with JSON encoding
github.com/decs/ruls
decs/ruls
ruls
/
dist
/
signals
/
index.d.ts
7 lines
(6 loc)
•
172 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
type
}
from
'./factory'
;
export
type
{
Signal
}
from
'./factory'
;
export
type
{
SignalSet
}
from
'./set'
;
export
declare
const
signal
: {
type
:
typeof
type
; };