Files
n8n-nodes-gwezz-changdunovel/node_modules/comment-parser/es6/transforms/crlf.d.ts
2025-10-26 23:10:15 +08:00

4 lines
133 B
TypeScript

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