diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-04-01 14:28:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-01 20:28:16 +0200 |
commit | 578138a930b70057de61d257afad3011db15b1b1 (patch) | |
tree | 39dca49b183c72c7f60ed387ca385a7f136a7742 /std/strings/mod.ts | |
parent | 1c30d755bf5600b4abda8c24564b2003c74ccee4 (diff) |
Remove std/strings/pad.ts because String.prototype.padStart exists (#4564)
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"; |