From e435c2be158ce8657dbff0664b6db222fe4e586c Mon Sep 17 00:00:00 2001 From: crowlKats Date: Fri, 13 Mar 2020 10:22:22 +0100 Subject: Remove doc strings from cli/js TS files (#4329) Co-authored-by: Ryan Dahl --- cli/js/version.ts | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cli/js/version.ts') diff --git a/cli/js/version.ts b/cli/js/version.ts index e1adb7e79..8f7851589 100644 --- a/cli/js/version.ts +++ b/cli/js/version.ts @@ -11,10 +11,6 @@ export const version: Version = { typescript: "" }; -/** - * Sets the deno, v8, and typescript versions and freezes the version object. - * @internal - */ export function setVersions( denoVersion: string, v8Version: string, -- cgit v1.2.3