stores
    Preparing search index...

    Interface InterfacDatastoreTest<D>

    interface InterfacDatastoreTest<D extends Datastore = Datastore> {
        setup(): D | Promise<D>;
        teardown(store: D): void | Promise<void>;
    }

    Type Parameters

    Index

    Methods

    Methods