DefinitelyTyped/rrule/test
Andy a661f615b6 Fix rrule: when imported, it uses import { RRule } from "rrule";, not import RRule = require("rrule");. (#14051)
* Fix rrule: when imported, it uses `import { RRule } from "rrule";`, not `import RRule = require("rrule");`.

* Support both CommonJS and AMD loading by exporting two different ways.
2017-01-17 13:23:49 -08:00
..
commonJs.ts
global.ts
rrule.ts