UNPKG

evrythng

Version:

Official Javascript SDK for the EVRYTHNG API.

25 lines (21 loc) 970 B
// Globals export { default as settings } from './settings' export { default as setup } from './setup' export { default as api } from './api' export { default as alias } from './alias' export { default as use } from './use' // Scopes export { default as AccessToken } from './scope/AccessToken' export { default as Operator } from './scope/Operator' export { default as ActionApp } from './scope/ActionApp' export { default as Application } from './scope/Application' export { default as TrustedApplication } from './scope/TrustedApplication' export { default as User } from './scope/User' export { default as Device } from './scope/Device' // Namespaces for: Entities and Symbols export { default as Entity } from './entities' export { default as Symbol } from './symbols' // Extensible internal modules export { default as _Resource } from './resource/Resource' export { default as _Entity } from './entity/Entity' export { default as _Scope } from './scope/Scope'