You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
371 B
21 lines
371 B
// 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;
|
|
}
|