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 163099c commit e7f553fCopy full SHA for e7f553f
packages/api/index.ts
@@ -52,6 +52,10 @@ type IsThisArray =
52
| BrandedCell<unknown>
53
| BrandedCell<any>;
54
55
+/*
56
+ * IAnyCell is an interface that is used by all calls and to which the runner
57
+ * attaches the internal methods..
58
+ */
59
// deno-lint-ignore no-empty-interface
60
export interface IAnyCell<T> {
61
}
0 commit comments