UNPKG

@fto-consult/common

Version:

Un ensemble de bibliothèques et d'utilistaires communs pour le développement d'applications javascript

9 lines (8 loc) 334 B
// Copyright 2022 @fto-consult/Boris Fouomene. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. /**@see : https://github.com/dankogai/js-base64 */ import { Base64 } from 'js-base64'; export * from "js-base64"; export default Base64; export {Base64};