smartuniverse/ts/smartuniverse.pluginstyped.ts

5 lines
91 B
TypeScript
Raw Normal View History

2023-07-25 09:33:13 +00:00
import type * as typedserver from '@apiglobal/typedserver';
2020-09-30 00:13:14 +00:00
2023-07-25 09:33:13 +00:00
export type {
typedserver
};