mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
5 lines
131 B
JavaScript
5 lines
131 B
JavaScript
// only newer versions of node support async iterator
|
|
if (!process.version.startsWith('v8')) {
|
|
require('./async-iterator.es6')
|
|
}
|