💾 Archived View for gmi.noulin.net › gitRepositories › git-off › file › src › node_modules › aws-sdk… captured on 2024-09-29 at 00:43:39. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-01-29)
-=-=-=-=-=-=-
index.d.ts (176B)
1 import {GlobalConfigInstance} from './lib/config'; 2 3 export * from './lib/core'; 4 export * from './clients/all'; 5 export var config: GlobalConfigInstance 6 7 ```