Initial Save
This commit is contained in:
4
node_modules/graphql/tsutils/Maybe.d.ts
generated
vendored
Normal file
4
node_modules/graphql/tsutils/Maybe.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
// Conveniently represents flow's "Maybe" type https://flow.org/en/docs/types/maybe/
|
||||
type Maybe<T> = null | undefined | T;
|
||||
|
||||
export default Maybe;
|
||||
Reference in New Issue
Block a user