@tb-dev/vue - v3.1.0
    Preparing search index...

    Variable consoleConst

    console: {
        assert: (cond: MaybeNilRef<boolean>, message: string) => WatchStopHandle;
        debug: <T>(source: MaybeNilRef<T>) => WatchStopHandle;
        error: <T>(source: MaybeNilRef<T>) => WatchStopHandle;
        info: <T>(source: MaybeNilRef<T>) => WatchStopHandle;
        log: <T>(source: MaybeNilRef<T>) => WatchStopHandle;
        trace: <T>(source: MaybeNilRef<T>) => WatchStopHandle;
        warn: <T>(source: MaybeNilRef<T>) => WatchStopHandle;
    } = ...

    Type declaration

    • assert: (cond: MaybeNilRef<boolean>, message: string) => WatchStopHandle
    • debug: <T>(source: MaybeNilRef<T>) => WatchStopHandle
    • error: <T>(source: MaybeNilRef<T>) => WatchStopHandle
    • info: <T>(source: MaybeNilRef<T>) => WatchStopHandle
    • log: <T>(source: MaybeNilRef<T>) => WatchStopHandle
    • trace: <T>(source: MaybeNilRef<T>) => WatchStopHandle
    • warn: <T>(source: MaybeNilRef<T>) => WatchStopHandle