UNPKG

hta

Version:

The tiny framework for building Hyper Text Application with ease

4 lines (3 loc) 115 B
export default function tryGetFirstNode(content) { return content && content.firstNode && content.firstNode(); }