Skip to main content
Version: 0.7.x

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

require-from-string.ts:9


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.

Defined in

require-from-string.ts:14