alloy-utils
v0.2.7
Published
Common utils for Alloy
Downloads
34
Readme
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');