blob: 360c76a4196c1295ac003a6a06ffd9afc6aae129 [file] [log] [blame]
// Copyright © 1991-2024 Unicode, Inc.
// For terms of use, see http://www.unicode.org/copyright.html
// SPDX-License-Identifier: Unicode-3.0
import type { TestMessage } from './test-core.json';
declare const data: Record<string, TestMessage[]>;
export default data;