elearning/Frontend-Learner/node_modules/comment-parser/lib/transforms/crlf.d.ts

4 lines
133 B
TypeScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
import { Transform } from './index.js';
export type Ending = 'LF' | 'CRLF';
export default function crlf(ending: Ending): Transform;