Interface ICodeMetadata

interface ICodeMetadata {
    toString(): string;
}

Methods

Methods