InsidersByte/honeymoon-gift-list

View on GitHub
flow-typed/npm/enzyme-to-json_vx.x.x.js

Summary

Maintainability
A
0 mins
Test Coverage
// flow-typed signature: 95762e5b74c6ce78bd208fbd33243ed8
// flow-typed version: <<STUB>>/enzyme-to-json_v1.5.0/flow_v0.43.0

/**
 * This is an autogenerated libdef stub for:
 *
 *   'enzyme-to-json'
 *
 * Fill this stub out by replacing all the `any` types.
 *
 * Once filled out, we encourage you to share your work with the 
 * community by sending a pull request to: 
 * https://github.com/flowtype/flow-typed
 */

declare module 'enzyme-to-json' {
  declare module.exports: any;
}

/**
 * We include stubs for each file inside this npm package in case you need to
 * require those files directly. Feel free to delete any files that aren't
 * needed.
 */
declare module 'enzyme-to-json/build/index' {
  declare module.exports: any;
}

declare module 'enzyme-to-json/build/mount' {
  declare module.exports: any;
}

declare module 'enzyme-to-json/build/render' {
  declare module.exports: any;
}

declare module 'enzyme-to-json/build/serializer' {
  declare module.exports: any;
}

declare module 'enzyme-to-json/build/shallow' {
  declare module.exports: any;
}

declare module 'enzyme-to-json/build/utils' {
  declare module.exports: any;
}

declare module 'enzyme-to-json/serializer' {
  declare module.exports: any;
}

// Filename aliases
declare module 'enzyme-to-json/build/index.js' {
  declare module.exports: $Exports<'enzyme-to-json/build/index'>;
}
declare module 'enzyme-to-json/build/mount.js' {
  declare module.exports: $Exports<'enzyme-to-json/build/mount'>;
}
declare module 'enzyme-to-json/build/render.js' {
  declare module.exports: $Exports<'enzyme-to-json/build/render'>;
}
declare module 'enzyme-to-json/build/serializer.js' {
  declare module.exports: $Exports<'enzyme-to-json/build/serializer'>;
}
declare module 'enzyme-to-json/build/shallow.js' {
  declare module.exports: $Exports<'enzyme-to-json/build/shallow'>;
}
declare module 'enzyme-to-json/build/utils.js' {
  declare module.exports: $Exports<'enzyme-to-json/build/utils'>;
}
declare module 'enzyme-to-json/serializer.js' {
  declare module.exports: $Exports<'enzyme-to-json/serializer'>;
}