kysely
Preparing search index...
migration
FileMigrationProviderProps
Interface FileMigrationProviderProps
interface
FileMigrationProviderProps
{
fs
:
FileMigrationProviderFS
;
migrationFolder
:
string
;
path
:
FileMigrationProviderPath
;
import
?
(
module
:
string
)
:
Promise
<
any
>
;
onFileIgnored
?
(
fileName
:
string
,
reason
:
"Extension"
|
"NotMigration"
,
)
:
void
;
}
Index
Properties
fs
migration
Folder
path
Methods
import?
on
File
Ignored?
Properties
fs
fs
:
FileMigrationProviderFS
migration
Folder
migrationFolder
:
string
path
path
:
FileMigrationProviderPath
Methods
Optional
import
import
?
(
module
:
string
)
:
Promise
<
any
>
Parameters
module
:
string
Returns
Promise
<
any
>
Optional
on
File
Ignored
onFileIgnored
?
(
fileName
:
string
,
reason
:
"Extension"
|
"NotMigration"
)
:
void
Parameters
fileName
:
string
reason
:
"Extension"
|
"NotMigration"
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fs
migration
Folder
path
Methods
import
on
File
Ignored
kysely
Loading...