UNPKG

@accounter/server

Version:

The test suite is split into three Vitest projects for efficiency and isolation:

8 lines 189 B
/** * Line ending constants for SHAAM format files */ /** * CRLF line ending as required by SHAAM format specification */ export const CRLF = '\r\n'; //# sourceMappingURL=newline.js.map