Put all the relevant privacy helpers into their own module

This commit is contained in:
Oliver-Akins 2025-05-04 21:35:54 -06:00
parent 8b488f488b
commit f2f742e65a
2 changed files with 20 additions and 1 deletions

View file

@ -4,7 +4,7 @@ import { TableCreator } from "./Apps/TableCreator.mjs";
import { TestApp } from "./Apps/TestApp.mjs";
// Utils
import { filterPrivateRows } from "./utils/filterPrivateRows.mjs";
import { filterPrivateRows } from "./utils/privacy.mjs";
import { validateValue } from "./utils/validateValue.mjs";
const { deepFreeze } = foundry.utils;