mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-08 19:34:56 +02:00
6 lines
106 B
JavaScript
6 lines
106 B
JavaScript
/**
|
|
* @typedef {import('./lib/index.js').Location} Location
|
|
*/
|
|
|
|
export {location} from './lib/index.js'
|