CoolFace
Apppublic

AK-21/Graphite-Industrial-Intelligence

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
index.d.ts102 linesDownload Raw Back to node
1/**2 * License for programmatically and manually incorporated3 * documentation aka. `JSDoc` from https://github.com/nodejs/node/tree/master/doc4 *5 * Copyright Node.js contributors. All rights reserved.6 * Permission is hereby granted, free of charge, to any person obtaining a copy7 * of this software and associated documentation files (the "Software"), to8 * deal in the Software without restriction, including without limitation the9 * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or10 * sell copies of the Software, and to permit persons to whom the Software is11 * furnished to do so, subject to the following conditions:12 *13 * The above copyright notice and this permission notice shall be included in14 * all copies or substantial portions of the Software.15 *16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR17 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE19 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER20 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING21 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS22 * IN THE SOFTWARE.23 */24 25// NOTE: These definitions support Node.js and TypeScript 5.8+.26 27// Reference required TypeScript libraries:28/// <reference lib="es2020" />29/// <reference lib="esnext.disposable" />30/// <reference lib="esnext.float16" />31 32// Iterator definitions required for compatibility with TypeScript <5.6:33/// <reference path="compatibility/iterators.d.ts" />34 35// Definitions for Node.js modules specific to TypeScript 5.7+:36/// <reference path="globals.typedarray.d.ts" />37/// <reference path="buffer.buffer.d.ts" />38 39// Definitions for Node.js modules that are not specific to any version of TypeScript:40/// <reference path="globals.d.ts" />41/// <reference path="web-globals/abortcontroller.d.ts" />42/// <reference path="web-globals/crypto.d.ts" />43/// <reference path="web-globals/domexception.d.ts" />44/// <reference path="web-globals/events.d.ts" />45/// <reference path="web-globals/fetch.d.ts" />46/// <reference path="web-globals/navigator.d.ts" />47/// <reference path="web-globals/storage.d.ts" />48/// <reference path="web-globals/streams.d.ts" />49/// <reference path="assert.d.ts" />50/// <reference path="assert/strict.d.ts" />51/// <reference path="async_hooks.d.ts" />52/// <reference path="buffer.d.ts" />53/// <reference path="child_process.d.ts" />54/// <reference path="cluster.d.ts" />55/// <reference path="console.d.ts" />56/// <reference path="constants.d.ts" />57/// <reference path="crypto.d.ts" />58/// <reference path="dgram.d.ts" />59/// <reference path="diagnostics_channel.d.ts" />60/// <reference path="dns.d.ts" />61/// <reference path="dns/promises.d.ts" />62/// <reference path="domain.d.ts" />63/// <reference path="events.d.ts" />64/// <reference path="fs.d.ts" />65/// <reference path="fs/promises.d.ts" />66/// <reference path="http.d.ts" />67/// <reference path="http2.d.ts" />68/// <reference path="https.d.ts" />69/// <reference path="inspector.d.ts" />70/// <reference path="inspector.generated.d.ts" />71/// <reference path="module.d.ts" />72/// <reference path="net.d.ts" />73/// <reference path="os.d.ts" />74/// <reference path="path.d.ts" />75/// <reference path="perf_hooks.d.ts" />76/// <reference path="process.d.ts" />77/// <reference path="punycode.d.ts" />78/// <reference path="querystring.d.ts" />79/// <reference path="readline.d.ts" />80/// <reference path="readline/promises.d.ts" />81/// <reference path="repl.d.ts" />82/// <reference path="sea.d.ts" />83/// <reference path="sqlite.d.ts" />84/// <reference path="stream.d.ts" />85/// <reference path="stream/promises.d.ts" />86/// <reference path="stream/consumers.d.ts" />87/// <reference path="stream/web.d.ts" />88/// <reference path="string_decoder.d.ts" />89/// <reference path="test.d.ts" />90/// <reference path="timers.d.ts" />91/// <reference path="timers/promises.d.ts" />92/// <reference path="tls.d.ts" />93/// <reference path="trace_events.d.ts" />94/// <reference path="tty.d.ts" />95/// <reference path="url.d.ts" />96/// <reference path="util.d.ts" />97/// <reference path="v8.d.ts" />98/// <reference path="vm.d.ts" />99/// <reference path="wasi.d.ts" />100/// <reference path="worker_threads.d.ts" />101/// <reference path="zlib.d.ts" />102