📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 02:36:45
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
yaml
/
dist
/
doc
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/yaml/dist/doc
🔄 Refresh
✏️
Editing: applyReviver.d.ts
Writable
export type Reviver = (key: unknown, value: unknown) => unknown; /** * Applies the JSON.parse reviver algorithm as defined in the ECMA-262 spec, * in section 24.5.1.1 "Runtime Semantics: InternalizeJSONProperty" of the * 2021 edition: https://tc39.es/ecma262/#sec-json.parse * * Includes extensions for handling Map and Set objects. */ export declare function applyReviver(reviver: Reviver, obj: unknown, key: unknown, val: any): unknown;
💾 Save Changes
❌ Cancel