UNPKG

sangoes-rn-tools

Version:
28 lines (27 loc) 778 B
/* * @Author: jerrychir * @Date: 2018-08-22 11:16:38 * @Last Modified by: jerrychir * @Last Modified time: 2018-09-15 21:20:44 */ export { wp, hp, listenOrientationChange, removeOrientationListener, screenWidth, screenHeight } from "./src/dimension"; export { default as Storage } from "./src/storage"; export { default as secondsToTime } from "./src/date/secondsToTime"; export { default as _ } from "lodash"; export { default as arrayTreeFilter } from "array-tree-filter"; export { default as camelcase } from "camelcase"; export { default as md5 } from "md5"; /** * uuid.v1(); // -> v1 UUID uuid.v4(); // -> v4 UUID */ export { default as uuid } from "uuid"; export { default as CryptoJS } from "crypto-js"; export { default as moment } from "moment";