• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// Copyright © 1991-2024 Unicode, Inc.
2// For terms of use, see http://www.unicode.org/copyright.html
3// SPDX-License-Identifier: Unicode-3.0
4
5import type { TestMessage } from './test-core.json';
6
7declare const data: Record<string, TestMessage[]>;
8export default data;
9