@synor/source-file
v0.6.3
Published
Synor Source Engine - File
Downloads
511
Readme
Synor Source File
Synor Source Engine - File
Installation
# using yarn:
yarn add @synor/source-file
# using npm:
npm install --save @synor/source-file
URI
Format: file://[.]/path[?param=value&...]
Params:
| Name | Description | Default Value |
| ------------------------- | ------------------------------------------- | ------------- |
| ignore_invalid_filename
| Flag for ignoring invalid_filename
errors | true
|
Examples:
file:///path/to/directory
(Absolute path)file://./path/to/directory
(Relative path)file:///path/to/directory?ignore_invalid_filename=false
(Throwsinvalid_filename
error)
License
Licensed under the MIT License. Check the LICENSE file for details.