Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.216.250
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
nodejs /
@jest /
schemas /
build /
Delete
Unzip
Name
Size
Permission
Date
Action
index.d.ts
3.76
KB
-rw-r--r--
2023-12-13 10:07
index.js
1.78
KB
-rw-r--r--
2023-12-13 10:07
Save
Rename
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SnapshotFormat = void 0; function _typebox() { const data = require("@sinclair/typebox"); _typebox = function () { return data; }; return data; } /** * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ const RawSnapshotFormat = _typebox().Type.Partial(_typebox().Type.Object({ callToJSON: _typebox().Type.Readonly(_typebox().Type.Boolean()), compareKeys: _typebox().Type.Readonly(_typebox().Type.Null()), escapeRegex: _typebox().Type.Readonly(_typebox().Type.Boolean()), escapeString: _typebox().Type.Readonly(_typebox().Type.Boolean()), highlight: _typebox().Type.Readonly(_typebox().Type.Boolean()), indent: _typebox().Type.Readonly(_typebox().Type.Number({ minimum: 0 })), maxDepth: _typebox().Type.Readonly(_typebox().Type.Number({ minimum: 0 })), maxWidth: _typebox().Type.Readonly(_typebox().Type.Number({ minimum: 0 })), min: _typebox().Type.Readonly(_typebox().Type.Boolean()), printBasicPrototype: _typebox().Type.Readonly(_typebox().Type.Boolean()), printFunctionName: _typebox().Type.Readonly(_typebox().Type.Boolean()), theme: _typebox().Type.Readonly(_typebox().Type.Partial(_typebox().Type.Object({ comment: _typebox().Type.Readonly(_typebox().Type.String()), content: _typebox().Type.Readonly(_typebox().Type.String()), prop: _typebox().Type.Readonly(_typebox().Type.String()), tag: _typebox().Type.Readonly(_typebox().Type.String()), value: _typebox().Type.Readonly(_typebox().Type.String()) }))) })); const SnapshotFormat = _typebox().Type.Strict(RawSnapshotFormat); exports.SnapshotFormat = SnapshotFormat;