We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0feefab commit 331230dCopy full SHA for 331230d
src/lib/es5.d.ts
@@ -505,8 +505,13 @@ interface TemplateStringsArray extends ReadonlyArray<string> {
505
readonly raw: ReadonlyArray<string>;
506
}
507
508
+/**
509
+ * The type of `import.meta`.
510
+ *
511
+ * If you need to declare that a given property exists on `import.meta`,
512
+ * this type may be augmented via interface merging.
513
+ */
514
interface ImportMeta {
- [propertyName: string]: any;
515
516
517
interface Math {
0 commit comments