UNPKG

prebuilt-tdlib

Version:
7 lines (5 loc) 185 B
/** Currently present for forward compatibility only. */ export type Options = { readonly forceLibc?: 'glibc' | 'musl' } export declare function getTdjson(options?: Options): string