Skip to content

Commit

Permalink
Merge pull request #10 from devexperts/type-concatenation
Browse files Browse the repository at this point in the history
array require fix
  • Loading branch information
Astroner authored Dec 22, 2022
2 parents 2ba78a8 + d0b21a4 commit a4879ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/getFields.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ file, You can obtain one at https://mozilla.org/MPL/2.0/.

import * as ts from "typescript";
import * as ReaderEither from "fp-ts/lib/ReaderEither";
import * as array from "fp-ts/lib/array";
import * as array from "fp-ts/lib/Array";
import * as Option from "fp-ts/lib/Option";
import * as Either from "fp-ts/lib/Either";
import { pipe, flow } from "fp-ts/lib/function";
Expand Down

0 comments on commit a4879ad

Please sign in to comment.