File size: 104 Bytes
bc20498 |
1 2 3 4 5 6 |
/**
* @typedef {import('./lib/index.js').Options} Options
*/
export {toString} from './lib/index.js'
|
bc20498 |
1 2 3 4 5 6 |
/**
* @typedef {import('./lib/index.js').Options} Options
*/
export {toString} from './lib/index.js'
|