6 lines
129 B
TypeScript
6 lines
129 B
TypeScript
|
// SPDX-FileCopyrightText: 2021 Johannes Loher
|
||
|
//
|
||
|
// SPDX-License-Identifier: MIT
|
||
|
|
||
|
export const packageId = 'tickwerk' as const;
|