diff options
Diffstat (limited to 'std/strings/mod.ts')
-rw-r--r-- | std/strings/mod.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/std/strings/mod.ts b/std/strings/mod.ts index 4603068ef..def161ae0 100644 --- a/std/strings/mod.ts +++ b/std/strings/mod.ts @@ -2,4 +2,3 @@ export * from "./encode.ts"; export * from "./decode.ts"; -export * from "./pad.ts"; |