JSPM

  • Created
  • Published
  • Downloads 11470
  • Score
    100M100P100Q138392F
  • License Apache-2.0

Flow JS Type Defs

Package Exports

  • @onflow/typedefs
  • @onflow/typedefs/dist/typedefs.js
  • @onflow/typedefs/dist/typedefs.module.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 (@onflow/typedefs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

JSDoc typedefs and TypeScript types.

import {CurrentUser} from "@onflow/typedefs"

const newUser: CurrentUser = { 
  addr: null,
  cid: null,
  expiresAt: null,
  f_type: 'User',
  f_vsn: '1.0.0',
  loggedIn: null,
  services: []
}