@eagleoutice/flowr - v2.15.8
Preparing search index...
src/documentation/doc-util/doc-types
getTypeScriptSourceFiles
Function getTypeScriptSourceFiles
getTypeScriptSourceFiles
(
fileNames
:
readonly
string
[]
,
)
:
{
files
:
SourceFile
[]
;
program
:
Program
}
Retrieve TypeScript source files from the given file names.
Parameters
fileNames
:
readonly
string
[]
Returns
{
files
:
SourceFile
[]
;
program
:
Program
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@eagleoutice/flowr - v2.15.8
Loading...
Retrieve TypeScript source files from the given file names.