@mi-avalon/libs 0.0.4 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +0,0 @@
1
- export * from './MyButton';
@@ -1,4 +0,0 @@
1
- import { MyButton as r } from "./MyButton/index.js";
2
- export {
3
- r as MyButton
4
- };
@@ -1,2 +0,0 @@
1
- export declare const formatDate: (date: Date) => string;
2
- export declare const formatCurrency: (amount: number) => string;
@@ -1,5 +0,0 @@
1
- const r = (t) => t.toLocaleDateString(), e = (t) => `$${t.toFixed(2)}`;
2
- export {
3
- e as formatCurrency,
4
- r as formatDate
5
- };
@@ -1,5 +0,0 @@
1
- import { formatCurrency as t, formatDate as a } from "./format.js";
2
- export {
3
- t as formatCurrency,
4
- a as formatDate
5
- };