export const toBeGeneratorFunctionMatcher: jasmine.CustomMatcherFactory = () => {
  return {
    compare(value: unknown) {
      const pass = isGeneratorFunction(value);
      const message = pass