diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2021-09-02 18:28:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-02 18:28:12 -0400 |
commit | 987716798fb3bddc9abc7e12c25a043447be5280 (patch) | |
tree | acb14305d38d8ae78877e59e6faa66a66506eed3 /cli/dts/lib.deno.shared_globals.d.ts | |
parent | 1bf7b90ca8ad8e2bf62e455c24d5498c9ee74a46 (diff) |
feat(fmt): add basic JS doc formatting (#11902)
Diffstat (limited to 'cli/dts/lib.deno.shared_globals.d.ts')
-rw-r--r-- | cli/dts/lib.deno.shared_globals.d.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/dts/lib.deno.shared_globals.d.ts b/cli/dts/lib.deno.shared_globals.d.ts index 26e3d1d5b..b550173d8 100644 --- a/cli/dts/lib.deno.shared_globals.d.ts +++ b/cli/dts/lib.deno.shared_globals.d.ts @@ -111,7 +111,7 @@ declare namespace WebAssembly { /** * Given a `Module` and string, returns a copy of the contents of all custom sections in the * module with the given string name. - * */ + */ static customSections( moduleObject: Module, sectionName: string, @@ -494,7 +494,7 @@ declare interface PerformanceMeasureOptions { detail?: any; /** Timestamp to be used as the start time or string to be used as start - * mark.*/ + * mark. */ start?: string | number; /** Duration between the start and end times. */ |