loadFile
loadFile(
source):FileInput
Defined in: input.ts:222
Create a FileInput for loading a single file.
Parameters
Section titled “Parameters”source
Section titled “source”string
Path to the file
Returns
Section titled “Returns”FileInput specification
Example
Section titled “Example”new Planner() .in(loadFile('config.json')) .mapIn(parseJson()) // ...