Interface StatSyncOptions

interface StatSyncOptions {
    bigint?: boolean;
    throwIfNoEntry?: boolean;
}

Hierarchy (view full)

Properties

bigint?: boolean
throwIfNoEntry?: boolean

Generated using TypeDoc