JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 49073
  • Score
    100M100P100Q158379F
  • License Apache-2.0

This project contains type definitions for AppSync resolver types.

Package Exports

  • @aws-appsync/utils
  • @aws-appsync/utils/lib/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@aws-appsync/utils) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Type definition for @aws-appsync/utils

This project contains type definitions for @aws-appsync/utils resolver types. This includes all util functions and the context type.

Usage

Install the type definition by running

npm install @aws-appsync/utils

In the resolver inlcude the type definition

    import { $util, Context } from '@aws-appsync/utils';