aboutsummaryrefslogtreecommitdiff
path: root/src/checkable.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/checkable.ts')
-rw-r--r--src/checkable.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/checkable.ts b/src/checkable.ts
index 8eb5e1520..6bfaea013 100644
--- a/src/checkable.ts
+++ b/src/checkable.ts
@@ -32,6 +32,9 @@
* name: string;
* @Checkable.Number
* age: number;
+ *
+ * // Method will be implemented automatically
+ * static checked(obj: any): Person;
* }
* ```
*/