diff --git a/snippets/snippets.json b/snippets/snippets.json index 7a7ceb3..c1f8296 100644 --- a/snippets/snippets.json +++ b/snippets/snippets.json @@ -1401,5 +1401,9 @@ "\t};", "}, [${3:input}])" ] + }, + "typeof": { + "prefix": "tpf", + "body": ["typeof ${0}"] } } diff --git a/snippets/ts-snippets.json b/snippets/ts-snippets.json index 0709c59..4d77e9a 100644 --- a/snippets/ts-snippets.json +++ b/snippets/ts-snippets.json @@ -226,5 +226,9 @@ "Export interface": { "prefix": "expint", "body": ["export interface ${1:${TM_FILENAME_BASE}} {0ドル}"] + }, + "Export type": { + "prefix": "exptp", + "body": ["export type ${1:${TM_FILENAME_BASE}} = {0ドル}"] } }