@rvoh/dream
Preparing search index...
system
DreamImporter
Class DreamImporter
Index
Constructors
constructor
Methods
import
Dreams
import
Serializers
ls
Constructors
constructor
new
DreamImporter
()
:
DreamImporter
Returns
DreamImporter
Methods
Static
import
Dreams
importDreams
(
pathToModels
:
string
,
importCb
:
(
path
:
string
)
=>
Promise
<
any
>
,
)
:
Promise
<
[
string
,
typeof
Dream
]
[]
>
Parameters
pathToModels
:
string
importCb
:
(
path
:
string
)
=>
Promise
<
any
>
Returns
Promise
<
[
string
,
typeof
Dream
]
[]
>
Static
import
Serializers
importSerializers
(
pathToSerializers
:
string
,
importCb
:
(
path
:
string
)
=>
Promise
<
any
>
,
)
:
Promise
<
[
string
,
Record
<
string
,
DreamModelSerializerType
|
SimpleObjectSerializerType
>
,
]
[]
,
>
Parameters
pathToSerializers
:
string
importCb
:
(
path
:
string
)
=>
Promise
<
any
>
Returns
Promise
<
[
string
,
Record
<
string
,
DreamModelSerializerType
|
SimpleObjectSerializerType
>
,
]
[]
,
>
Static
ls
ls
(
dir
:
string
)
:
Promise
<
string
[]
>
Parameters
dir
:
string
Returns
Promise
<
string
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
import
Dreams
import
Serializers
ls
@rvoh/dream
Loading...