- Preparing search index...
- The search index is not available
peter-piper
- isEmpty(): ((input: AnyIterable<unknown>) => Promise<boolean>)
-
Returns ((input: AnyIterable<unknown>) => Promise<boolean>)
-
- (input: AnyIterable<unknown>): Promise<boolean>
-
Returns Promise<boolean>
Checks if an input iterable is empty. Returns a promise that resolves to a boolean value.
Returns
A function that accepts an input iterable and returns a promise that resolves to a boolean value.
Example