UNPKG

prettier-plugin-marko

Version:

A prettier plugin for parsing and printing Marko files

6 lines (5 loc) 174 B
import { Doc } from "prettier"; /** * Normalizes newlines and backslashes to work in a printed document. */ export default function asLiteralTextContent(val: string): Doc;