UNPKG

@aws-amplify/graphql-api-construct

Version:

AppSync GraphQL Api Construct using Amplify GraphQL Transformer.

7 lines (6 loc) 107 B
/** * Returns the first argument it receives. */ export default function identityFunc(x) { return x; }