| 1 | diff --git a/bin/rough.d.ts b/bin/rough.d.ts |
| 2 | index 810db1fb34496a5b9f7c0734a7ad8be8605f5534..3624d5b6288a3d2b7d397dfcfffce60558f18cf9 100644 |
| 3 | --- a/bin/rough.d.ts |
| 4 | +++ b/bin/rough.d.ts |
| 5 | @@ -8,4 +8,4 @@ declare const _default: { |
| 6 | generator(config?: Config): RoughGenerator; |
| 7 | newSeed(): number; |
| 8 | }; |
| 9 | -export default _default; |
| 10 | +export = _default; |
| 11 |