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