@shopify/prettier-plugin-liquid
Version:
Prettier Liquid/HTML plugin by Shopify
5 lines (4 loc) • 333 B
TypeScript
import { AugmentedNode, Augment, WithParent } from '../../types';
export declare function prev(node: AugmentedNode<WithParent>): AugmentedNode<WithParent> | undefined;
export declare function next(node: AugmentedNode<WithParent>): AugmentedNode<WithParent> | undefined;
export declare const augmentWithSiblings: Augment<WithParent>;