UNPKG

@aws-amplify/graphql-api-construct

Version:

AppSync GraphQL Api Construct using Amplify GraphQL Transformer.

3 lines (2 loc) 65 B
// @flow strict export type PromiseOrValue<+T> = Promise<T> | T;