@bacons/apple-targets
Version:
Generate Apple Targets with Expo Prebuild
13 lines (12 loc) • 512 B
TypeScript
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;