All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.utils.makeFragment.d.ts Maven / Gradle / Ivy

The newest version!
/**
 * Create a DocumentFragment and fill it with HTML from a string
 *
 * @param {string} htmlString - A string of valid HTML
 * @returns {DocumentFragment}
 */
export default function makeFragment(htmlString: string): DocumentFragment;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy