This repository has been archived on 2022-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
outline/flow-typed/npm/pg-hstore_vx.x.x.js

60 lines
1.5 KiB
JavaScript

// flow-typed signature: 8db8cd024530568bdaa5cdff17456ba3
// flow-typed version: <<STUB>>/pg-hstore_v2.3.2/flow_v0.104.0
/**
* This is an autogenerated libdef stub for:
*
* 'pg-hstore'
*
* 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 'pg-hstore' {
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 'pg-hstore/lib' {
declare module.exports: any;
}
declare module 'pg-hstore/test' {
declare module.exports: any;
}
declare module 'pg-hstore/test/parse' {
declare module.exports: any;
}
declare module 'pg-hstore/test/stringify' {
declare module.exports: any;
}
// Filename aliases
declare module 'pg-hstore/lib/index' {
declare module.exports: $Exports<'pg-hstore/lib'>;
}
declare module 'pg-hstore/lib/index.js' {
declare module.exports: $Exports<'pg-hstore/lib'>;
}
declare module 'pg-hstore/test/index' {
declare module.exports: $Exports<'pg-hstore/test'>;
}
declare module 'pg-hstore/test/index.js' {
declare module.exports: $Exports<'pg-hstore/test'>;
}
declare module 'pg-hstore/test/parse.js' {
declare module.exports: $Exports<'pg-hstore/test/parse'>;
}
declare module 'pg-hstore/test/stringify.js' {
declare module.exports: $Exports<'pg-hstore/test/stringify'>;
}