aboutsummaryrefslogtreecommitdiff
path: root/template/typescript/snip-public-method.ts
diff options
context:
space:
mode:
Diffstat (limited to 'template/typescript/snip-public-method.ts')
-rw-r--r--template/typescript/snip-public-method.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/template/typescript/snip-public-method.ts b/template/typescript/snip-public-method.ts
new file mode 100644
index 0000000..7191874
--- /dev/null
+++ b/template/typescript/snip-public-method.ts
@@ -0,0 +1,6 @@
+/**
+ * {{_input_:name}}
+ */
+public {{_input_:name}}() {
+ {{_cursor_}}
+}