[fabric/domain] Add decimal type export

This commit is contained in:
Pablo Baleztena 2024-10-09 09:29:52 -03:00
parent 14ca23ef74
commit f30d2c47c5

View File

@ -1,4 +1,5 @@
export * from "./base-64.js";
export * from "./decimal.js";
export * from "./email.js";
export * from "./entity.js";
export * from "./semver.js";