import pad from './pad.js';
import unpad from './unpad.js';
import {version as VERSION} from '../package.json';
export { pad, unpad, VERSION };