UNPKG

@abaplint/runtime

Version:
10 lines (9 loc) 245 B
import { Structure } from "../types"; import { ICharacter } from "../types/_character"; type options = { field?: ICharacter; stamp?: ICharacter; sy?: Structure; }; export declare function getTime(options?: options): void; export {};