mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* added xml-c14n typing * reworked tests; added test run to package.json * formatting fix * removed package.json * added info * fixed errors * rewrote typing * reworked version * added compile flag * corrected export * corrected export * corrected tsconfig * set noImplicitAny to false * set other options to false * returned back options which were turned off by mistake * fixed typing according to review comment
6 lines
124 B
TypeScript
6 lines
124 B
TypeScript
import c14n from 'xml-c14n';
|
|
|
|
const canonizer = c14n().createCanonicaliser(
|
|
'http://www.w3.org/2001/10/xml-exc-c14n#',
|
|
);
|