UNPKG

@memlab/core

Version:
17 lines 456 B
/** * 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. * * @format * @lightSyntaxTransform * @oncall memory_lab */ export declare const NodeDetachState: { Unknown: number; Attached: number; Detached: number; }; export declare function throwError(error: Error): Error; //# sourceMappingURL=HeapUtils.d.ts.map