BLUE
PHP 7.4.33
Path:
/var/www/gtechmarathon2026.bitkit.dk/httpdocs/node_modules/postgres-range
Run
Logout
Edit File
Size: 1.33 KB
Close
/var/www/gtechmarathon2026.bitkit.dk/httpdocs/node_modules/postgres-range/README.md
Text
Base64
# postgres-range [](https://github.com/martianboy/postgres-range/actions?query=workflow%3Atests) > Parse postgres range columns ## Install ``` npm install --save postgres-range ``` ## Usage ```js const range = require('postgres-range') const rng = range.parse('[0,5)', (value) => parseInt(value, 10)) rng.isBounded() // => true rng.isLowerBoundClosed() // => true rng.isUpperBoundClosed() // => false rng.hasLowerBound() // => true rng.hasUpperBound() // => true rng.containsPoint(4) // => true rng.containsRange(range.parse('[1,2]', x => parseInt(x))) // => true range.parse('empty').isEmpty() // => true range.serialize(new range.Range(0, 5)) // => '(0,5)' range.serialize(new range.Range(0, 5, range.RANGE_LB_INC | RANGE_UB_INC)) // => '[0,5]' ``` ## API #### `parse(input, [transform])` -> `Range` ##### input *Required* Type: `string` A Postgres range string. ##### transform Type: `function` Default: `identity` A function that transforms non-null bounds of the range. #### `serialize(range, [format])` -> `string` ##### range *Required* Type: `Range` A `Range` object. ##### format Type: `function` Default: `identity` A function that formats non-null bounds of the range. ## License MIT © [Abbas Mashayekh](http://github.com/martianboy)
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 5
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
index.d.ts
911 B
lrw-r--r--
2025-07-10 12:54:56
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.js
6.08 KB
lrw-r--r--
2025-07-10 12:54:56
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
LICENSE
1.05 KB
lrw-r--r--
2025-07-10 12:54:56
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
package.json
520 B
lrw-r--r--
2025-07-10 12:54:56
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
README.md
1.33 KB
lrw-r--r--
2025-07-10 12:54:56
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).