MCPcopy
hub / github.com/stoplightio/spectral / IFileReadOptions

Interface IFileReadOptions

packages/runtime/src/reader.ts:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9import { printError } from './utils/printError';
10
11export interface IFileReadOptions {
12 encoding: 'ascii' | 'utf8' | 'utf-8' | 'utf16le' | 'ucs2' | 'ucs-2' | 'base64' | 'latin1' | 'binary' | 'hex';
13}
14
15export interface IReadOptions extends IFileReadOptions {
16 timeout?: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected