aboutsummaryrefslogtreecommitdiff
path: root/template/typescript/snip-private-method.ts
blob: f23dbb06c6e7867581f72e2b49e05b7a60cdbe3a (plain)
1
2
3
private {{_input_:name}}() {
	{{_cursor_}}
}