mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 15:07:42 +02:00
Add examples
This commit is contained in:
@@ -16,4 +16,8 @@ module.exports = class ArgumentType {
|
||||
isEmpty(val) {
|
||||
return !val;
|
||||
}
|
||||
|
||||
example() {
|
||||
return 'moo';
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user