Skip to content

Commit

Permalink
cheerio types
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcelh1983 committed Sep 24, 2024
1 parent 5581a72 commit ab804d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/qti-transformer/transformers/custom-types/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as cheerio from 'cheerio';
import { Element } from 'cheerio';
import { Element } from 'domhandler';

export function customTypes($: cheerio.CheerioAPI, param: string = 'type') {
$('*').each((i, element: Element) => {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as cheerio from 'cheerio';
import { Element } from 'cheerio';
import { Element } from 'domhandler';

export function toMathMLWebcomponents($: cheerio.CheerioAPI) {
$('math')
Expand Down

0 comments on commit ab804d6

Please sign in to comment.