UNPKG

@shopify/prettier-plugin-liquid

Version:
4 lines (3 loc) 217 B
import * as AST from '@shopify/liquid-html-parser'; import { LiquidParserOptions, DocumentNode } from '../types'; export declare function preprocess(ast: AST.DocumentNode, options: LiquidParserOptions): DocumentNode;