Files
projet_gestion_commande/frontend-admin/node_modules/metro-cache/src/stableHash.d.ts
T
2026-02-07 22:33:02 +01:00

13 lines
310 B
TypeScript

/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @format
* @oncall react_native
*/
declare function stableHash(value: unknown): Buffer;
export default stableHash;