DenReg/jsx-html/nodejs/node/utils/normalizeChildren.d.ts

3 lines
155 B
TypeScript
Raw Normal View History

2020-10-14 00:56:11 +00:00
import { NullableChildType, ChildNodeType } from "../../types";
export declare function normalizeChildren(children: NullableChildType[]): ChildNodeType[];