cletus/node_modules/@smithy/core/cbor.d.ts
2025-05-09 15:53:19 -05:00

7 lines
230 B
TypeScript

/**
* Do not edit:
* This is a compatibility redirect for contexts that do not understand package.json exports field.
*/
declare module "@smithy/core/cbor" {
export * from "@smithy/core/dist-types/submodules/cbor/index.d";
}