Function expand_next_js_template

Source
pub fn expand_next_js_template(
    content: Box<[u8]>,
    template_path: &str,
    next_package_dir_path: &str,
    replacements: JsValue,
    injections: JsValue,
    imports: JsValue,
) -> Result<String, JsError>