famibee/SKYNovel

View on GitHub
src/web.ts

Summary

Maintainability
A
0 mins
Test Coverage
/* ***** BEGIN LICENSE BLOCK *****
    Copyright (c) 2018-2024 Famibee (famibee.blog38.fc2.com)

    This software is released under the MIT License.
    http://opensource.org/licenses/mit-license.php
** ***** END LICENSE BLOCK ***** */

// ブラウザ レンダラープロセス
import {SysWeb} from './sn/SysWeb';
import {CmnLib, argChk_Num, argChk_Boolean} from './sn/CmnLib';
import {Layer} from './sn/Layer';

export {SysWeb, CmnLib, Layer, argChk_Num, argChk_Boolean};