UNPKG

@memlab/core

Version:
22 lines 608 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 * @oncall memory_lab */ declare const _default: { edgeNameStopWords: Map<any, any>; nodeNameStopWords: Map<any, any>; similarWordRegExps: Map<any, any>; decendentDecayFactors: { kind: string; name: string; decay: number; }[]; startingModuleForTraceMatching: (string | RegExp)[]; }; export default _default; //# sourceMappingURL=ClusteringHeuristics.d.ts.map