interface StatOptions {
    bigint?: boolean;
}

Properties

Properties

bigint?: boolean