node-apk
Version:
A library to parse Android application manifest and signature
13 lines (11 loc) • 420 B
text/typescript
/*
* Copyright (c) 2019 XdevL. All rights reserved.
*
* This work is licensed under the terms of the MIT license.
* For a copy, see <https://opensource.org/licenses/MIT>.
*/
export {default as Apk} from "./apk";
export {default as Certificate} from "./certificate";
export {Manifest, Receiver} from "./android";
export {Locale, Resource, Resources} from "./resources";
export {default as XmlElement} from "./xml";