Files
fvtt-ftl-nomad/node_modules/comment-parser/lib/transforms/crlf.d.ts
2025-02-13 23:19:32 +01:00

4 lines
133 B
TypeScript

import { Transform } from './index.js';
export type Ending = 'LF' | 'CRLF';
export default function crlf(ending: Ending): Transform;