mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-06 19:15:12 +02:00
7 lines
160 B
JavaScript
7 lines
160 B
JavaScript
/**
|
|
* @typedef {import('./lib/index.js').LightOptions} LightOptions
|
|
* @typedef {import('./lib/index.js').Options} Options
|
|
*/
|
|
|
|
export * from './lib/index.js'
|