#!/usr/bin/env bash
#https://github.com/DefinitelyTyped/DefinitelyTyped/issues/15960#issuecomment-295448136
ed -s ./node_modules/@types/react-native/index.d.ts <<< $',s/declare global/declare namespace FuckGlobals/g\nw' || :
