@cfworker/worker-types
Advanced tools
Comparing version 1.10.2 to 1.11.0
@@ -9,6 +9,11 @@ interface ErrorConstructor { | ||
x5t?: string; | ||
n?: string; | ||
} | ||
interface Crypto { | ||
randomUUID(): string; | ||
} | ||
type BufferSource = ArrayBufferView | ArrayBuffer; | ||
declare function setTimeout( | ||
handler: Function, | ||
timeout?: number, | ||
...arguments: any[] | ||
): number; |
{ | ||
"name": "@cfworker/worker-types", | ||
"version": "1.10.2", | ||
"version": "1.11.0", | ||
"description": "TypeScript type definitions for Cloudflare workers", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -5,5 +5,6 @@ { | ||
"target": "ES2021", | ||
"lib": ["webworker", "esnext"], | ||
"lib": ["esnext"], | ||
"types": ["@cloudflare/workers-types"], | ||
"composite": false | ||
} | ||
} |
1419
24