Add missing licensing information

This commit is contained in:
Johannes Loher 2021-07-23 12:33:52 +02:00
parent 14f87163ff
commit 20226e30b1

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2021 Johannes Loher
//
// SPDX-License-Identifier: MIT
import { getGame } from "./helpers";
export function enforce(value: unknown, message?: string | Error): asserts value {