UNPKG

@unisnips/core

Version:

Core functions and types of unisnips project

3 lines (2 loc) 183 B
import { SnippetDefinition, PlaceholderReplacement } from './type'; export declare function applyReplacements(def: SnippetDefinition, replacements: PlaceholderReplacement[]): string;