UNPKG

@aws-amplify/graphql-api-construct

Version:

AppSync GraphQL Api Construct using Amplify GraphQL Transformer.

8 lines (7 loc) 132 B
// @flow strict /** * Returns the first argument it receives. */ export default function identityFunc<T>(x: T): T { return x; }