1
0
mirror of https://github.com/flarum/core.git synced 2025-08-02 22:47:33 +02:00

Convert to Typescript (#34)

This commit is contained in:
Rafał Całka
2021-12-12 20:42:37 +01:00
committed by GitHub
parent 06fe9ee2ef
commit 0ef2b3e249
9 changed files with 1339 additions and 1154 deletions

View File

@@ -0,0 +1,10 @@
/*
* This file is part of Flarum.
*
* (c) Toby Zerner <toby.zerner@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
export * from './src/admin';