UNPKG
@typed/io
Version:
latest (1.2.0)
1.2.0
1.1.2
1.1.1
1.1.0
1.0.0
Runtime IO type system
@typed/io
/
esm
/
types
/
helpers.d.ts
4 lines
•
207 B
TypeScript
View Raw
1
2
3
4
import
{
Any
}
from
'./Type'
;
export
declare
const
shouldUseIdentity
:
(
types
:
readonly
Any
[]
) =>
boolean
;
export
declare
type
Props
=
Readonly
<
Record
<
PropertyKey
,
Any
>>;
//# sourceMappingURL=helpers.d.ts.map