Licence
MIT
Version
1.0.0
Deps
6
Size
5 kB
Vulns
0
Weekly
0
URL Filea 
Create and read Windows Internet Shortcut files.
Install
npm install url-filea
Usage
const urlFile = require("url-filea");
(async () => {
await urlFile("google.url", { url: "https://google.com" })
await urlFile("google.url")
//=> { url: "https://google.com" }
})()
API
urlFilea(filename, options?)
filename
Type: string
The name of the file to read or write to.
options
Type: object
The data to write. If not specified, the data is read instead.
