NeahNew/node_modules/@smithy/core/serde.d.ts
2025-05-04 13:45:45 +02:00

8 lines
232 B
TypeScript

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