Add ping service module

Resolves #78
This commit is contained in:
ajnart
2022-05-17 04:02:14 +02:00
parent b8fe799ac6
commit c9c6f2b0c9
7 changed files with 107 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
export * from './date';
export * from './calendar';
export * from './search';
export * from './ping';