zakuk

Results 1 issues of zakuk

I believe there is a typing issue with the `Context` interface in `gsap-core.d.ts` ```typescript interface Context { ... add(methodName: string, func: Function, scope?: Element | string | object): Function; add(func:...