Update module.ts

This commit is contained in:
syuilo 2019-01-15 10:26:48 +09:00
parent 3d10634bcd
commit eeeda6c359
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -2,7 +2,7 @@ import autobind from 'autobind-decorator';
import , { InstallerResult } from './ai';
export default abstract class Module {
public abstract name: string;
public abstract readonly name: string;
protected ai: ;