Files
ms/packages/api/src/web.ts
2020-10-13 09:24:58 +08:00

4 lines
68 B
TypeScript

export namespace web {
export const Server = Symbol('Server')
}