7 lines
177 B
JavaScript
7 lines
177 B
JavaScript
import { formatWeight } from "./utils/formatWeight.mjs";
|
|
|
|
const { deepSeal } = foundry.utils;
|
|
|
|
export const config = CONFIG.TAF = deepSeal({
|
|
weightFormatter: formatWeight,
|
|
});
|