@stdlib/utils-async-try-catch
If a function does not return an error, invoke a callback with the function result; otherwise, invoke a callback with a value `y`.
If a function does not return an error, invoke a callback with the function result; otherwise, invoke a callback with a value `y`.
If a predicate function returns a truthy value, invoke `x`; otherwise, invoke `y`.
If a function does not return an error, invoke a callback with the function result; otherwise, invoke a second function.
If a predicate function returns a truthy value, return `x`; otherwise, return `y`.
A library to check if JSON satisfy condition defined in another JSON
Create conditional to validate data.
Get product information from HTML markup on merchant websites