21 lines
371 B
TypeScript
21 lines
371 B
TypeScript
// export R# source type define for javascript/typescript language
|
|
//
|
|
// package_source=Darwinism
|
|
|
|
declare namespace Darwinism {
|
|
module _ {
|
|
/**
|
|
*/
|
|
function onLoad(): object;
|
|
}
|
|
/**
|
|
*/
|
|
function ___check_netstat(): object;
|
|
/**
|
|
*/
|
|
function ___config_runtime_env(): object;
|
|
/**
|
|
*/
|
|
function no_netstat_warning(): object;
|
|
}
|