UNPKG
@odata2ts/converter-common
Version:
latest (0.3.7)
0.3.7
0.3.6
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.1
0.1.0
Luxon based odata2ts compatible converters for date and time related OData types
@odata2ts/converter-common
/
lib
/
Int64ToBigIntConverter.d.ts
3 lines
(2 loc)
•
135 B
TypeScript
View Raw
1
2
3
import
{
ValueConverter
}
from
"@odata2ts/converter-api"
;
export
declare
const
int64ToBigIntConverter
:
ValueConverter
<
string
,
bigint
>;