DefinitelyTyped/parse
Birk Skyum a3359b33ec Fix export issues in parse.d.ts
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'
2016-07-24 13:38:20 +02:00
..
parse-tests.ts Change Parse.Promise to be a class 2015-10-06 18:31:37 +08:00
parse.d.ts Fix export issues in parse.d.ts 2016-07-24 13:38:20 +02:00