diff --git a/.github/workflows/Dependabot.yml b/.github/workflows/Dependabot.yml index 8bfd287..cfa5b96 100644 --- a/.github/workflows/Dependabot.yml +++ b/.github/workflows/Dependabot.yml @@ -20,7 +20,7 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} steps: - - uses: dependabot/fetch-metadata@v1.7.0 + - uses: dependabot/fetch-metadata@v2.0.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" @@ -35,7 +35,7 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} steps: - - uses: dependabot/fetch-metadata@v1.7.0 + - uses: dependabot/fetch-metadata@v2.0.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/Documentation/functions/Configuration.configuration.html b/Documentation/functions/Configuration.configuration.html index 733e2f6..9c13c5f 100644 --- a/Documentation/functions/Configuration.configuration.html +++ b/Documentation/functions/Configuration.configuration.html @@ -1 +1 @@ -
Generated using TypeDoc
Generated using TypeDoc
Optional
options: null | { Fulfills with the contents of the file.
v10.0.0
-Asynchronously reads the entire contents of a file.
+Asynchronously reads the entire contents of a file.
A path to a file. If a URL is provided, it must use the file:
protocol.
If a FileHandle
is provided, the underlying file will not be closed automatically.
An object that may contain an optional flag.
If a flag is not provided, it defaults to 'r'
.
Asynchronously reads the entire contents of a file.
+Asynchronously reads the entire contents of a file.
A path to a file. If a URL is provided, it must use the file:
protocol.
If a FileHandle
is provided, the underlying file will not be closed automatically.
Optional
options: null | BufferEncoding | ObjectEncodingOptions & Abortable & { An object that may contain an optional flag.
If a flag is not provided, it defaults to 'r'
.
Generated using TypeDoc
filename or
FileHandle