Skip to content

Commit e7f553f

Browse files
committed
clarify what AnyCell is for
1 parent 163099c commit e7f553f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/api/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ type IsThisArray =
5252
| BrandedCell<unknown>
5353
| BrandedCell<any>;
5454

55+
/*
56+
* IAnyCell is an interface that is used by all calls and to which the runner
57+
* attaches the internal methods..
58+
*/
5559
// deno-lint-ignore no-empty-interface
5660
export interface IAnyCell<T> {
5761
}

0 commit comments

Comments
 (0)