UNPKG
io-ts-bigint
Version:
latest (2.0.1)
2.0.1
2.0.0
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
io-ts library for bigints
github.com/EricCrosson/numbers-ts
EricCrosson/numbers-ts
io-ts-bigint
/
dist
/
src
/
ZeroBigIntFromString.d.ts
8 lines
•
253 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** *
@since
0.0.1 */
/** *
@since
0.0.1 */
export
declare
const
ZeroBigIntFromString
:
import
(
"io-ts"
).
Type
<
import
(
"io-ts"
).
Branded
<
bigint
,
import
(
"./ZeroBigInt"
).
ZeroBigIntBrand
>,
string
,
unknown
>;
//# sourceMappingURL=ZeroBigIntFromString.d.ts.map