@thinice/ensure-trailing-newline
v0.1.3
Published
Adds \n at EOF if missing
Readme
@thinice/ensure-trailing-newline
Adds \n at EOF if missing.
Installation
npm install @thinice/ensure-trailing-newlineUsage
import { ensureTrailingNewline } from "@thinice/ensure-trailing-newline";
ensureTrailingNewline("hello"); // "hello\n"
ensureTrailingNewline("hello\n"); // "hello\n"Source
https://github.com/thinicejs/utils/tree/main/packages/ensure-trailing-newline
