Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
katex.d.ts: Genericize TrustContext for now
src/katex.d.ts:145:36 - error TS2304: Cannot find name 'TrustContext'. 145 trust?: boolean | ( ( context: TrustContext ) => boolean ) | undefined;
- Loading branch information