UNPKG

file-fetch

Version:

fetch for read and write access to the local file system

8 lines (6 loc) 162 B
const urls = { fileTxtRelative: 'file.txt', fileTxt: new URL('file.txt', import.meta.url), supportDir: new URL('.', import.meta.url) } export default urls