mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 13:19:29 +08:00
2 lines
145 B
Text
2 lines
145 B
Text
import { INode } from '../../../nodes/interfaces';
|
|
export default function remove_whitespace_children(children: INode[], next?: INode): INode[];
|