Answer the question
In order to leave comments, you need to log in
How to rewrite require in import?
require( 'google-client-api' )( function( gapi ) { /lalala}
Answer the question
In order to leave comments, you need to log in
import googleClientApi from 'google-client-api'
googleClientApi(function (gapi) { /* lalala */ })
export function API () {}
import googleApi from "google-client-api"
// Output
googleApi => function (gapi) {/lalala}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question