minor fixup

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2023-04-05 14:25:48 +02:00
parent d7d059e665
commit cd9296f100
4 changed files with 200 additions and 455 deletions
+2 -2
View File
@@ -19,7 +19,7 @@
*
* @packageDocumentation
*/
import * as core from './types';
import * as internal from './types';
export { core };
export { internal };
export type { ApiRouter } from './router';