UNPKG
@unisnips/core
Version:
latest (0.8.0)
0.8.0
0.7.1
0.7.0
0.7.0-alpha.0
0.6.0
0.6.0-alpha.0
0.5.1-alpha.0
0.5.0
0.5.0-alpha.0
0.4.0
0.4.0-alpha.1
0.3.0-alpha.1
0.3.0-alpha.0
0.2.0-alpha.1
0.2.0-alpha.0
0.1.0
Core functions and types of unisnips project
@unisnips/core
/
lib
/
replacement.d.ts
3 lines
(2 loc)
•
183 B
TypeScript
View Raw
1
2
3
import
{
SnippetDefinition
,
PlaceholderReplacement
}
from
'./type'
;
export
declare
function
applyReplacements
(
def
:
SnippetDefinition
,
replacements
:
PlaceholderReplacement
[]
):
string
;