New zifferjs documentation
This commit is contained in:
@ -85,3 +85,6 @@ export function filterObject(
|
||||
Object.entries(obj).filter(([key]) => filter.includes(key)),
|
||||
);
|
||||
}
|
||||
|
||||
export const GeneratorType = (function*(){yield undefined;}).constructor;
|
||||
export const GeneratorIteratorType = (function*(){yield undefined;}).prototype.constructor;
|
||||
Reference in New Issue
Block a user