Javascript Library with typings is Not a Module (React Native)
Yes, if it doesn't have any type info (the index.d.ts
file), you can't import it that way. You can tryvar PlayFab = require("...")
(but that depends on your context).
Yes, if it doesn't have any type info (the index.d.ts
file), you can't import it that way. You can tryvar PlayFab = require("...")
(but that depends on your context).