find-itch-games
npm
Preparing search index...
IItchLibraries
Interface IItchLibraries
The full picture: where itch is, where it installs, and what is installed.
interface
IItchLibraries
{
itchPath
:
string
;
databasePath
:
string
;
databaseAvailable
:
boolean
;
strategy
:
"db"
|
"merge"
|
"receipts"
;
libraries
:
IItchLibrary
[]
;
}
Index
Properties
itch
Path
database
Path
database
Available
strategy
libraries
Properties
itch
Path
itchPath
:
string
database
Path
databasePath
:
string
database
Available
databaseAvailable
:
boolean
strategy
strategy
:
"db"
|
"merge"
|
"receipts"
libraries
libraries
:
IItchLibrary
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
itch
Path
database
Path
database
Available
strategy
libraries
npm
find-itch-games
Loading...
The full picture: where itch is, where it installs, and what is installed.