Interface GetLengthImpl

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

Since

0.4.2

interface GetLengthImpl {
    length: unknown;
}

Properties

Properties

length: unknown

Identifies the property that returns the length of the instance