Interface InputOptions

interface InputOptions {
    source?: InputSource;
}

Hierarchy (view full)

Properties

Properties

source?: InputSource