feat(index.d.ts): add includeHeader option to create method
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-08-27 16:51:08 +00:00
parent 99e7d940ee
commit 102a93f20c

1
index.d.ts vendored
View File

@@ -511,6 +511,7 @@ declare global {
*/
create(data: {[key: string]: any}, options?: {
rootElement?: string
includeHeader?: boolean
}): string
/**