Deno logo
DeployManualBlogAPIStandard LibraryThird Party Modules

esm.sh/@firebase/[email protected]/dist/index.d.ts

average

Create an AggregateField object that can be used to compute the average of a specified field over a range of documents in the result set of a query.

function average(field: string | FieldPath): AggregateField<number | null>;
§
average(field: string | FieldPath): AggregateField<number | null>
[src]

§Parameters

§
field: string | FieldPath
[src]
  • Specifies the field to average across the result set.

§Return Type

§
AggregateField<number | null>
[src]
Manual
API
Standard Library
Third Party Modules
Benchmarks
Artwork
Blog
System Status
Companies interested in Deno