Open mustafarian opened 6 years ago
currently it's a little tricky to use this package in a typescript project.
To unroll in a Typescript project one needs to:
declare module 'unroll'
import * as unroll from 'unroll';
Ideally the second step should be avoided.
currently it's a little tricky to use this package in a typescript project.
To unroll in a Typescript project one needs to:
declare module 'unroll'
import * as unroll from 'unroll';
Ideally the second step should be avoided.