UNPKG
realestate-jp
Version:
latest (0.1.1)
0.1.1
0.1.0
不動産関連のユーティリティ関数を提供するライブラリ
github.com/ryohidaka/realestate-jp
ryohidaka/realestate-jp
realestate-jp
/
esm
/
lib
/
rent
/
mod.d.ts
4 lines
•
198 B
TypeScript
View Raw
1
2
3
4
export
{ getRentSummary }
from
"./summary.js"
;
export
{ getRentTransitions }
from
"./transitions.js"
;
export
type
{
RentSummary
,
RentTransition
}
from
"./types.js"
;
//# sourceMappingURL=mod.d.ts.map