RequireFromStringOptions
@agros/utils / RequireFromStringOptions
Interface: RequireFromStringOptions
Table of contents
Properties
Properties
appendPaths
• Optional
appendPaths: string
[]
List of paths
, that will be appended to module paths
.
Useful when you want to be able require modules from these paths.
Defined in
prependPaths
• Optional
prependPaths: string
[]
List of paths
, that will be preppended to module paths
.
Useful when you want to be able require modules from these paths.