diff --git a/src/core/cash.ts b/src/core/cash.ts index 6a8f90d..120f042 100644 --- a/src/core/cash.ts +++ b/src/core/cash.ts @@ -2,7 +2,8 @@ // @require ./find.ts // @require ./variables.ts -class Cash { +class Cash implements ArrayLike { + [key: string]: Function; constructor ( selector?: Selector, context?: Context | Cash ) {