Skip to content

Commit 0422fc6

Browse files
committed
remove redundant headers
1 parent 8973788 commit 0422fc6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/content/docs/workers/languages/javascript/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ sidebar:
66

77
---
88

9-
## JavaScript
109

1110
The Workers platform is designed to be [JavaScript standards compliant](https://ecma-international.org/publications-and-standards/standards/ecma-262/) and web-interoperable, and supports JavaScript standards, as defined by [TC39](https://tc39.es/) (ECMAScript). Wherever possible, it uses web platform APIs, so that code can be reused across client and server, as well as across [WinterCG](https://wintercg.org/) JavaScript runtimes.
1211

src/content/docs/workers/languages/typescript/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ head:
1010

1111
import { TabItem, Tabs } from "~/components";
1212

13-
## TypeScript
1413

1514
TypeScript is a first-class language on Cloudflare Workers. Cloudflare publishes type definitions to [GitHub](https://github.com/cloudflare/workers-types) and [npm](https://www.npmjs.com/package/@cloudflare/workers-types) (`npm install -D @cloudflare/workers-types`). All APIs provided in Workers are fully typed, and type definitions are generated directly from [workerd](https://github.com/cloudflare/workerd), the open-source Workers runtime.
1615

0 commit comments

Comments
 (0)