- HERENCIA-SIMCO.md actualizado con directivas v3.7 y v3.8 - Actualizaciones de configuracion Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
7 lines
320 B
JavaScript
7 lines
320 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.getCrc32ChecksumAlgorithmFunction = void 0;
|
|
const crc32_1 = require("@aws-crypto/crc32");
|
|
const getCrc32ChecksumAlgorithmFunction = () => crc32_1.AwsCrc32;
|
|
exports.getCrc32ChecksumAlgorithmFunction = getCrc32ChecksumAlgorithmFunction;
|