elearning/Frontend-Learner/node_modules/comment-parser/lib/transforms/crlf.d.ts
2026-01-13 10:48:02 +07:00

3 lines
133 B
TypeScript

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