Skip to content

Fixed TS import example in README#1048

Open
tobias-kuendig wants to merge 1 commit intolocalForage:masterfrom
tobias-kuendig:patch-1
Open

Fixed TS import example in README#1048
tobias-kuendig wants to merge 1 commit intolocalForage:masterfrom
tobias-kuendig:patch-1

Conversation

@tobias-kuendig
Copy link

Correct me if I'm wrong, but I believe the example in the README is not valid syntax:

import localForage = require("localforage");

I have changed this to

const localForage = require("localforage");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant