Interface ResourceReadOptions

interface ResourceReadOptions {
    encoding?: string;
}

Properties

Properties

encoding?: string