Fn

Type Alias: Fn()

ts
type Fn = (...args) => any;
type Fn = (...args) => any;

Defined in: packages/db/src/types.ts:81

Represents a utility function that can be attached to a collection

Parameters

args

...any[]

Returns

any

Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.