mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
12 lines
145 B
TypeScript
12 lines
145 B
TypeScript
"use strict";
|
|
|
|
import appInfo = require('../../services/app_info');
|
|
|
|
function getAppInfo() {
|
|
return appInfo;
|
|
}
|
|
|
|
export = {
|
|
getAppInfo
|
|
};
|