We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80fb90f commit 3655aeeCopy full SHA for 3655aee
packages/parcel-transformer-autometrics/src/types.d.ts
@@ -1,3 +1,10 @@
1
declare module "@parcel/profiler" {
2
type TraceMeasurement = {};
3
}
4
+
5
+declare module "@parcel/watcher" {
6
+ type Event = {};
7
+ type EventType = {};
8
+ type AsyncSubscription = {};
9
+ type Options = {};
10
+}
0 commit comments