One Hat Cyber Team
Your IP :
10.30.1.1
Server IP :
103.148.201.5
Server :
Linux web-olt 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Server Software :
Apache/2.4.52 (Ubuntu)
PHP Version :
8.1.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
html
/
sukma
/
node_modules
/
yaml
/
dist
/
schema
/
View File Name :
Schema.d.ts
import { MAP, SCALAR, SEQ } from '../nodes/identity.js'; import type { Pair } from '../nodes/Pair.js'; import type { SchemaOptions, ToStringOptions } from '../options.js'; import type { CollectionTag, ScalarTag } from './types.js'; export declare class Schema { compat: Array<CollectionTag | ScalarTag> | null; knownTags: Record<string, CollectionTag | ScalarTag>; name: string; sortMapEntries: ((a: Pair, b: Pair) => number) | null; tags: Array<CollectionTag | ScalarTag>; toStringOptions: Readonly<ToStringOptions> | null; readonly [MAP]: CollectionTag; readonly [SCALAR]: ScalarTag; readonly [SEQ]: CollectionTag; constructor({ compat, customTags, merge, resolveKnownTags, schema, sortMapEntries, toStringDefaults }: SchemaOptions); clone(): Schema; }