Merge pull request #435 from yogas/export_UpdateEncoderV1

export UpdateEncoderV1
This commit is contained in:
Kevin Jahns 2022-06-15 10:47:04 +02:00 committed by GitHub
commit 6258ba1ce9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,7 +89,8 @@ export {
diffUpdate,
diffUpdateV2,
convertUpdateFormatV1ToV2,
convertUpdateFormatV2ToV1
convertUpdateFormatV2ToV1,
UpdateEncoderV1
} from './internals.js'
const glo = /** @type {any} */ (typeof window !== 'undefined'