UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

7 lines (6 loc) 132 B
import * as uri from "uri-js"; type URI = typeof uri & { code: string; }; declare const _default: URI; export default _default;