diff options
Diffstat (limited to 'utils/mod.ts')
-rw-r--r-- | utils/mod.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/mod.ts b/utils/mod.ts index 93457f0..8c5dc45 100644 --- a/utils/mod.ts +++ b/utils/mod.ts @@ -2,3 +2,4 @@ export * from "./env.ts"; export * from "./run.ts"; export * from "./secret.ts"; export * from "./validate_identifier.ts"; +export * from "./prepend.ts"; |