InsidersByte/honeymoon-gift-list

View on GitHub
flow-typed/npm/body-parser_vx.x.x.js

Summary

Maintainability
A
0 mins
Test Coverage
// flow-typed signature: 36b09639a56f0ebf1327a3be528a7dc1
// flow-typed version: <<STUB>>/body-parser_v1.17.1/flow_v0.43.0

/**
 * This is an autogenerated libdef stub for:
 *
 *   'body-parser'
 *
 * 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 'body-parser' {
  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 'body-parser/lib/read' {
  declare module.exports: any;
}

declare module 'body-parser/lib/types/json' {
  declare module.exports: any;
}

declare module 'body-parser/lib/types/raw' {
  declare module.exports: any;
}

declare module 'body-parser/lib/types/text' {
  declare module.exports: any;
}

declare module 'body-parser/lib/types/urlencoded' {
  declare module.exports: any;
}

// Filename aliases
declare module 'body-parser/index' {
  declare module.exports: $Exports<'body-parser'>;
}
declare module 'body-parser/index.js' {
  declare module.exports: $Exports<'body-parser'>;
}
declare module 'body-parser/lib/read.js' {
  declare module.exports: $Exports<'body-parser/lib/read'>;
}
declare module 'body-parser/lib/types/json.js' {
  declare module.exports: $Exports<'body-parser/lib/types/json'>;
}
declare module 'body-parser/lib/types/raw.js' {
  declare module.exports: $Exports<'body-parser/lib/types/raw'>;
}
declare module 'body-parser/lib/types/text.js' {
  declare module.exports: $Exports<'body-parser/lib/types/text'>;
}
declare module 'body-parser/lib/types/urlencoded.js' {
  declare module.exports: $Exports<'body-parser/lib/types/urlencoded'>;
}