forked from public/fvtt-cthulhu-eternal
4 lines
152 B
TypeScript
4 lines
152 B
TypeScript
|
import { Transform } from './index.js';
|
||
|
import { Markers } from '../primitives.js';
|
||
|
export default function align(markers?: typeof Markers): Transform;
|