creep-tasks icon indicating copy to clipboard operation
creep-tasks copied to clipboard

doc: import via TS not working

Open loicginoux opened this issue 5 years ago • 0 comments

In documentation it's said

import { Tasks } from 'creep-tasks'

For me it worked via

import { default as Tasks } from 'creep-tasks'

as you have defined:

const Tasks_1 = require("./creep-tasks/Tasks");
exports.default = Tasks_1.Tasks;

loicginoux avatar Jun 29 '19 17:06 loicginoux