Files
fvtt-prism-rpg/node_modules/comment-parser/es6/transforms/crlf.d.ts
T
2025-11-05 20:35:04 +01:00

4 lines
133 B
TypeScript

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