aboutsummaryrefslogtreecommitdiff
path: root/template/typescript/snip-function.ts
blob: efe355d95f5c950642d23e0f5ea4bcd2621e04bb (plain)
1
2
3
function {{_input_:name}}({{_input_:params}}:{{_input_:type}}) {
	{{_cursor_}}
}