BLUE
PHP 7.4.33
Path:
/var/www/gtechmarathon2026.bitkit.dk/httpdocs/node_modules/postgres-range
Run
Logout
Edit File
Size: 911 B
Close
/var/www/gtechmarathon2026.bitkit.dk/httpdocs/node_modules/postgres-range/index.d.ts
Text
Base64
export const RANGE_EMPTY = 2 export const RANGE_LB_INC = 4 export const RANGE_UB_INC = 8 export const RANGE_LB_INF = 16 export const RANGE_UB_INF = 32 export class Range<T> { constructor(lower: T | null, upper: T | null, mask: number); lower: T | null; upper: T | null; hasMask (flag: number): boolean; isEmpty (): boolean; isBounded (): boolean; isLowerBoundClosed (): boolean; isUpperBoundClosed (): boolean; hasLowerBound (): boolean; hasUpperBound (): boolean; containsPoint (point: T): boolean; containsRange (range: Range<T>): boolean; toPostgres (prepareValue: (value: any) => string): string; } export function parse(input: string): Range<string>; export function parse<T>(source: string, transform: (value: string) => T): Range<T>; export function serialize<T>(range: Range<T>): string; export function serialize<T>(range: Range<T>, format: (value: T) => string): string;
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).