UNPKG

@abaplint/runtime

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