UNPKG
@zhiguang-gastrofy/capi
Version:
latest (0.2.0)
0.2.0
comany apis, including Northfork api and Gastrofy api
gastrofy/npm-packages
@zhiguang-gastrofy/capi
/
dist
/
utils.d.ts
4 lines
(3 loc)
•
175 B
TypeScript
View Raw
1
2
3
4
export
declare
const
parseImage
:
(
item
:
any
) =>
any
;
export
declare
const
decimalPrice
:
(
price
:
number
) =>
number
;
export
declare
const
parsePrice
:
(
price
:
number
) =>
number
;