UNPKG

@wordpress/redux-routine

Version:
11 lines 384 B
/** * Returns true if the given object is a generator, or false otherwise. * * @see https://www.ecma-international.org/ecma-262/6.0/#sec-generator-objects * * @param {any} object Object to test. * * @return {object is Generator} Whether object is a generator. */ export default function isGenerator(object: any): object is Generator; //# sourceMappingURL=is-generator.d.ts.map