Skip to content

Commit

Permalink
feat: export NullFunctions type
Browse files Browse the repository at this point in the history
  • Loading branch information
eturino committed Jan 30, 2021
1 parent 99952ab commit 666be3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ import { isNone } from "./lib/is-none";
import { ScalarApolloLink, withScalars } from "./lib/link";
import { mapIfArray } from "./lib/map-if-array";
import { FunctionsMap, ParsingFunctionsObject } from "./types/functions-map";
import { NullFunctions } from "./types/null-functions";

export { FunctionsMap, isNone, mapIfArray, ParsingFunctionsObject, ScalarApolloLink, withScalars };
export { FunctionsMap, isNone, mapIfArray, NullFunctions, ParsingFunctionsObject, ScalarApolloLink, withScalars };

0 comments on commit 666be3e

Please sign in to comment.