diff options
author | Elizabeth Hunt <lizhunt@amazon.com> | 2025-05-14 18:02:34 -0700 |
---|---|---|
committer | Elizabeth Hunt <lizhunt@amazon.com> | 2025-05-14 18:03:15 -0700 |
commit | 3a3fb9c8ab0c798a278f76d40de216fa96f6e2c4 (patch) | |
tree | bb44512bccceee43c57372a4ae325b5b70a6e192 /u/process/env.ts | |
parent | f316b4a015b5b2e2988b250b3c34bbb7f9994709 (diff) | |
download | ci-3a3fb9c8ab0c798a278f76d40de216fa96f6e2c4.tar.gz ci-3a3fb9c8ab0c798a278f76d40de216fa96f6e2c4.zip |
moar
Diffstat (limited to 'u/process/env.ts')
-rw-r--r-- | u/process/env.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/u/process/env.ts b/u/process/env.ts index c3ae800..26e1158 100644 --- a/u/process/env.ts +++ b/u/process/env.ts @@ -1,4 +1,4 @@ -import { Either, type IEither } from "@emprespresso/utils"; +import { Either, type IEither } from "@emprespresso/pengueno"; export const getRequiredEnv = (name: string): IEither<Error, string> => Either |