interface String {
    removeBrackets(bracketType?: '[' | '(' | '{'): string;
}
