forked from public/fvtt-cthulhu-eternal
4 lines
133 B
TypeScript
4 lines
133 B
TypeScript
import { Transform } from './index.js';
|
|
export type Ending = 'LF' | 'CRLF';
|
|
export default function crlf(ending: Ending): Transform;
|