UNPKG

@kirz/expo-content-blocker

Version:
10 lines (8 loc) 205 B
export class BlockerProviderLog { static log(str: string) { console.log(`\tblocker-expo-plugin: ${str}`); } static error(str: string) { console.error(`\tblocker-expo-plugin: ${str}`); } }