@microsoft/fast-element > emptyArray
emptyArray variable
A readonly, empty array.
Signature:
emptyArray: readonly never[]
Remarks
Typically returned by APIs that return arrays when there are no actual items to return.
@microsoft/fast-element > emptyArray
A readonly, empty array.
Signature:
emptyArray: readonly never[]
Typically returned by APIs that return arrays when there are no actual items to return.