mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-30 17:04:20 +08: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'