UNPKG

@anderson.tec12/utils

Version:

[![npm version](https://badge.fury.io/js/%40anderson.tec12%2Futils.svg)](https://badge.fury.io/js/%40anderson.tec12%2Futils) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

5 lines (4 loc) 200 B
export { isLessThan5Minutes } from './date/isLessThan5Minutes'; export { secureStorage } from './storage'; export { verifyMicAndCam } from './devices'; export { guardian } from './requests/guardian';