Documentation
    Preparing search index...

    Variable EMPTY_ARRAYConst

    EMPTY_ARRAY: readonly never[] = ...

    An immutable empty array meant to be used as a default value in places where the value won't be mutated, as a way to reduce the memory footprint of that value by not instantiating common values.