6 lines
147 B
JavaScript
6 lines
147 B
JavaScript
/**
|
|
* @typedef {import('./lib/index.js').Options} Options
|
|
* @typedef {import('./complex-types').Raw} Raw
|
|
*/
|
|
|
|
export {raw} from './lib/index.js'
|