diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-06-14 01:21:11 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-06-14 02:53:17 +0800 |
commit | 4f47b123f26d356661702b3d77c5c246be8620d0 (patch) | |
tree | aab52a08c3544b7514d24d68e7127f9aaba76057 /deno/base/config.ts | |
parent | 0ddd1dc07f7d00723933d832562497af23dce225 (diff) | |
download | crupest-4f47b123f26d356661702b3d77c5c246be8620d0.tar.gz crupest-4f47b123f26d356661702b3d77c5c246be8620d0.tar.bz2 crupest-4f47b123f26d356661702b3d77c5c246be8620d0.zip |
deno: merge utils to one file.
Diffstat (limited to 'deno/base/config.ts')
-rw-r--r-- | deno/base/config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deno/base/config.ts b/deno/base/config.ts index 8fce1d8..a5f5d86 100644 --- a/deno/base/config.ts +++ b/deno/base/config.ts @@ -1,4 +1,4 @@ -import { camelCaseToKebabCase } from "./text.ts"; +import { camelCaseToKebabCase } from "./lib.ts"; export interface ConfigDefinitionItem { readonly description: string; |