mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-07 23:37:35 +08:00
4 lines
127 B
TypeScript
4 lines
127 B
TypeScript
import transform = require('camaro');
|
|
|
|
const x: object = transform('<root><child>text</child></root>', { text: 'root/child'});
|