vlocode-project - v1.40.0-beta-4
Preparing search index...
util/src
extractNamespaceAndName
Function extractNamespaceAndName
extractNamespaceAndName
(
typeName
:
string
)
:
{
name
:
string
;
namespace
?:
string
}
Extract both the name of a type as well as the namespace if any
Parameters
typeName
:
string
Field to separate namespace and type
Returns
{
name
:
string
;
namespace
?:
string
}
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
vlocode-project - v1.40.0-beta-4
Loading...
Extract both the name of a type as well as the namespace if any