UNPKG

@bacons/apple-targets

Version:
13 lines (12 loc) 512 B
export declare const warnOnce: (message?: any, ...optionalParams: any[]) => void; export declare const logOnce: (message?: any, ...optionalParams: any[]) => void; export declare function createLogQueue(): { add: (fn: Function) => void; flush: () => void; }; export declare const LOG_QUEUE: { add: (fn: Function) => void; flush: () => void; }; export declare function getSanitizedBundleIdentifier(value: string): string; export declare function sanitizeNameForNonDisplayUse(name: string): string;