nbs.js - v7.0.0-alpha1
    Preparing search index...

    Interface BaseResult

    interface BaseResult {
        ensure: () => void;
        ok: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    ensure: () => void
    ok: boolean