@skipruntime/core 0.0.15 → 0.0.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/internal.ts CHANGED
@@ -50,6 +50,3 @@ export type Reducer = T<typeof reducer>;
50
50
 
51
51
  declare const notifier: unique symbol;
52
52
  export type Notifier = T<typeof notifier>;
53
-
54
- declare const executor: unique symbol;
55
- export type Executor = T<typeof executor>;