We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a62fbd commit 5a222e8Copy full SHA for 5a222e8
src/services/index.js
@@ -2,7 +2,6 @@ import CepAberto from './cepaberto'
2
import Correios from './correios'
3
import ViaCep from './viacep'
4
import { PROXY_URL } from '../utils/consts'
5
-import { type } from 'os';
6
7
function isBrowser(){
8
return typeof window !== 'undefined';
0 commit comments