mirror of
https://github.com/LukeHagar/arbiter.git
synced 2025-12-06 12:27:48 +00:00
7 lines
163 B
JavaScript
7 lines
163 B
JavaScript
/**
|
|
* @typedef {import('./lib/index.js').Options} Options
|
|
* @typedef {import('./lib/index.js').Whitespace} Whitespace
|
|
*/
|
|
|
|
export {toText} from './lib/index.js'
|