Interface ResourceEncoding

interface ResourceEncoding {
    encoding: string;
    hasBOM: boolean;
}

Properties

Properties

encoding: string
hasBOM: boolean