7 lines
163 B
JavaScript
Executable File
7 lines
163 B
JavaScript
Executable File
/**
|
|
* @typedef {import('./lib/index.js').Options} Options
|
|
* @typedef {import('./lib/index.js').Whitespace} Whitespace
|
|
*/
|
|
|
|
export {toText} from './lib/index.js'
|