UNPKG
@tunnel-cast/tunnel-cast
Version:
beta (0.0.1)
latest (0.0.1)
0.0.1
<br>
@tunnel-cast/tunnel-cast
/
models
/
interfaces
/
empty-identifier-fn.d.ts
9 lines
(8 loc)
•
189 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
interface
EmptyIdentifierFn
<
Args
=
any
> { (
constraintFnParams
: {
args
:
Args
;
fieldValue
:
any
;
fieldName
:
string
;
path
:
string
; }):
boolean
; }