mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 20:29:11 +00:00
Align JSDoc to style guide.
This commit is contained in:
parent
1840a19713
commit
10a97679ac
31 changed files with 437 additions and 423 deletions
|
@ -1,13 +1,9 @@
|
|||
// Do not add unsupported platforms.
|
||||
export interface Platform {
|
||||
/**
|
||||
* The operating system CPU architecture
|
||||
*/
|
||||
/** The operating system CPU architecture. */
|
||||
arch: "x64";
|
||||
|
||||
/**
|
||||
* The operating system platform
|
||||
*/
|
||||
/** The operating system platform. */
|
||||
os: "mac" | "win" | "linux";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue