Files
fvtt-hamalron/node_modules/comment-parser/lib/transforms/align.d.ts
T
2025-12-25 23:08:06 +01:00

4 lines
152 B
TypeScript

import { Transform } from './index.js';
import { Markers } from '../primitives.js';
export default function align(markers?: typeof Markers): Transform;