This commit is contained in:
9
node_modules/licia/HeapSnapshot.d.ts
generated
vendored
Normal file
9
node_modules/licia/HeapSnapshot.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import LinkedList = require('./LinkedList');
|
||||
|
||||
declare class HeapSnapshot {
|
||||
nodes: LinkedList;
|
||||
edges: LinkedList;
|
||||
constructor(profile: any);
|
||||
}
|
||||
|
||||
export = HeapSnapshot;
|
||||
Reference in New Issue
Block a user