site/node_modules/unist-util-modify-children/index.d.ts

6 lines
246 B
TypeScript
Raw Normal View History

2024-10-14 06:09:33 +00:00
export {modifyChildren} from './lib/index.js'
export type Modifier<Kind extends import('unist').Parent> =
import('./lib/index.js').Modifier<Kind>
export type Modify<Kind extends import('unist').Parent> =
import('./lib/index.js').Modify<Kind>