UNPKG

apim-policy-utils

Version:

An XML file scripts maniputaling and debugging tool targeting to help working with Azure APIM Policy files in xml format.

7 lines (6 loc) 205 B
#!/usr/bin/env npx ts-node declare const _default: { extractor: (directoryPath: string) => void; combiner: (directoryPath: string, destinationPath?: string) => Promise<void>; }; export = _default;