SymphonyElectron/types/shell-path.d.ts
Vishwas Shashidhar e7f1afd499 add statistics logging
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>

# Conflicts:
#	src/app/config-handler.ts
2019-05-28 13:35:45 +05:30

6 lines
103 B
TypeScript

export = index;
declare function index(): void;
declare namespace index {
function sync(): void;
}