mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
9 lines
221 B
TypeScript
9 lines
221 B
TypeScript
/// <reference types="node" />
|
|
|
|
import * as ofe from 'ofe';
|
|
|
|
const ret = ofe.call();
|
|
if (ret === 'done') {
|
|
console.log('The ofe module was successfully called to create a heapdump if the process runs out of memory.');
|
|
}
|