UNPKG

@nodert-win10/windows.data.xml.xsl

Version:

Use the Windows.Data.Xml.Xsl UWP API directly from Node.js

16 lines (8 loc) 255 B
declare module "windows.data.xml.xsl" { export class XsltProcessor { constructor(); constructor(document: Object); transformToString(inputNode: Object): String; transformToDocument(inputNode: Object): Object; } }