@wordpress/redux-routine
Version:
Redux middleware for generator coroutines.
9 lines • 299 B
TypeScript
/**
* Add type guard for isPlainObject until the below PR gets merged:
*
* @see https://github.com/jonschlinkert/is-plain-object/pull/29
*/
declare module 'is-plain-object' {
function isPlainObject(value: unknown): value is Record<PropertyKey, unknown>;
}
//# sourceMappingURL=types.d.ts.map