UNPKG

@kwaeri/router

Version:

The @kwaeri/router component of the @kwaer/node-kit application platform.

11 lines 352 B
/** * SPDX-PackageName: kwaeri/router * SPDX-PackageVersion: 0.3.5 * SPDX-FileCopyrightText: © 2014 - 2022 Richard Winters <kirvedx@gmail.com> and contributors * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception OR MIT */ 'use strict'; // INCLUDES // ESM WRAPPER export { Router } from './src/router.mjs'; //# sourceMappingURL=index.mjs.map