Use readonly

This commit is contained in:
syuilo
2018-08-31 08:20:49 +09:00
parent 98a7fd94bd
commit f014e310e6
9 changed files with 9 additions and 9 deletions

View File

@ -14,7 +14,7 @@ const titles = ['さん', 'くん', '君', 'ちゃん', '様', '先生'];
const invalidChars = ['@', '#', '*', ':', '(', '[', ' ', ' '];
export default class CoreModule implements IModule {
public name = 'core';
public readonly name = 'core';
private ai: ;
public install = (ai: ) => {