Progress on dynamic imports & operators in fe

This commit is contained in:
Felix Kaspar
2024-02-04 17:01:50 +01:00
parent 50ab159abe
commit 829127c3f8
6 changed files with 86 additions and 5 deletions

View File

@@ -8,7 +8,6 @@ import Joi from "joi";
import { JoiPDFFileSchema } from "../wrappers/PdfFileJoi";
import i18next from "i18next";
i18next.loadNamespaces("impose", (err, t) => { if (err) throw err; });
export class Impose extends Operator {
static type = "impose";