Closed cdimitroulas closed 3 years ago
Try to remove the code fence
* @example
- * ```ts
* import * as e from 'fp-ts/Either'
* import { mkArrayWithLength } from 'smart-types'
*
* assert.deepStrictEqual(mkArrayWithLength(2, 10)([]), e.left("Length not between 2-10"))
* assert.deepStrictEqual(mkArrayWithLength(2, 10)([1, 2, 3]), e.right([1, 2, 3]))
- * ```
Thanks, that got me a proper type error now! I should be able to figure it out from here :)
Do you want to request a feature or report a bug? Don't think it's a bug, but it's unclear how to proceed with the usage of docs-ts for my project due to an error
What is the current behavior? I am unable to generate my docs due to the following error:
My repository can be found at https://github.com/cdimitroulas/smart-types-ts - I would appreciate any guidance on what I have done wrong in setting up docs-ts :pray: I would like to also say thanks for all your hard-work on the
fp-ts
ecosystem - usingfp-ts
has really changed my way of programming for the better so I am very grateful!What is the expected behavior? I was hoping to generate my first docs with docs-ts for my project :smile:
Which versions of docs-ts, and which browser and OS are affected by this issue? Did this work in previous versions of docs-ts? docs-ts@0.6.4