Skip to content

Latest commit

 

History

History

alloy-utils

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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');