diff options
| author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-07-28 14:10:38 -0700 |
|---|---|---|
| committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-07-28 14:10:38 -0700 |
| commit | ad74ff999589e0df2b60ba6e94362ed5215af312 (patch) | |
| tree | a10800668c18c7b9f7222ac9fabbca01b941f834 /index.ts | |
| parent | 452c41a75aa2f9036614d677fda3867221db959e (diff) | |
| download | mon.hatecomputers.club-ad74ff999589e0df2b60ba6e94362ed5215af312.tar.gz mon.hatecomputers.club-ad74ff999589e0df2b60ba6e94362ed5215af312.zip | |
something
Diffstat (limited to 'index.ts')
| -rw-r--r-- | index.ts | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/index.ts b/index.ts deleted file mode 100644 index 4c181c3..0000000 --- a/index.ts +++ /dev/null @@ -1,12 +0,0 @@ -import * as S from "fp-ts/String"; -import * as M from "fp-ts/Map"; -import { getMonoid } from "fp-ts/lib/Array"; - -enum DurationUnit { - MILLISECOND = "ms", - SECOND = "sec", - MINUTE = "min", - HOUR = "hr", -} - -const unitMap = M.fromFoldable(S.Ord, getMonoid<String>()); |
