mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-16 10:34:34 +00:00
In node: Module '"parse/node"' resolves to a non-module entity and cannot be imported using this construct. In browser: Module '"parse"' resolves to a non-module entity and cannot be imported using this construct. Parse can now be imported like: import * as Parse from 'parse/node'