wima
    Preparing search index...

    Interface Defaultable<T>

    interface Defaultable<T> {
        default: () => T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    default: () => T