@techsee/client
v1.17.0
Published
Public package meant to use by techsee associates
Keywords
Readme
Techsee Client
Public package meant to use by techsee associates
how to use:
- install
@techsee/clientlatest version - import the needed class and use accordingly
example:
import {BrowserUtils} from '@techsee/client';
const isBrowserSupported = BrowserUtils.foo();