interface ICode {
    toString(): string;
}

Methods

Methods