@jonahsnider/util
    Preparing search index...

    Type Alias _ObjectWithSizeInternal

    An object with a size property.

    Array

    type _ObjectWithSize = {
        size: number;
    }
    Index

    Properties

    Properties

    size: number