commit b19b85ff6dfefefd1f5fb78d04875f4a43304d22 parent 5881150d1f2845827602c450d296edd819d22515 Author: Nullptrderef <nullptrderef@proton.me> Date: Sun, 26 May 2024 01:50:13 +0200 ignore PublishedAgeRestrictionBaseKey Diffstat:
| M | contrib/type-extractor/extract-types.mjs | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/type-extractor/extract-types.mjs b/contrib/type-extractor/extract-types.mjs @@ -2,7 +2,7 @@ import fsSync, { promises as fs } from "fs"; import ts from "typescript"; import * as path from "path"; -const ignoredExports = []; +const ignoredExports = ["PublishedAgeRestrictionBaseKey"]; /** * @param {string} file