Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 356 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 356 Bytes

alloy-utils

Alloy utility library

Installation

npm i alloy-utils

Usage

const {
  utils, // Utility functions
  logger, // Alloy logger
  constants, // Constants used in Alloy
  platforms, // Platform information
  tiapp, // Utils to work with tiapp.xml
  tssGrammar // TSS grammar defintion
} = require('alloy-utils');