Add missing licensing information
This commit is contained in:
parent
14f87163ff
commit
20226e30b1
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
// SPDX-FileCopyrightText: 2021 Johannes Loher
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
import { getGame } from "./helpers";
|
import { getGame } from "./helpers";
|
||||||
|
|
||||||
export function enforce(value: unknown, message?: string | Error): asserts value {
|
export function enforce(value: unknown, message?: string | Error): asserts value {
|
||||||
|
|
Loading…
Reference in a new issue