Interface Char

interface Char {
    codePoint: number;
    string: string;
}

Properties

Properties

codePoint: number
string: string