@nevware21/ts-utils
    Preparing search index...

    Interface GetLengthImpl

    Interface to identify that an object contains the length property used as a type constraint for getLength

    0.4.2

    interface GetLengthImpl {
        length: unknown;
    }
    Index

    Properties

    Properties

    length: unknown

    Identifies the property that returns the length of the instance