/*! * Copyright (c) Microsoft Corporation and contributors. All rights reserved. * Licensed under the MIT License. */ export { bufferToString, isArrayBuffer, IsoBuffer, stringToBuffer, Uint8ArrayToString, } from "./bufferBrowser"; export { gitHashFile, hashFile } from "./hashFileBrowser"; export { performance } from "./performanceIsomorphic"; //# sourceMappingURL=indexBrowser.d.ts.map