1.0.6 • Published 7 years ago
sf-query v1.0.6
sf-query.js
A common javascript library for my company.
Install
$ npm install --save sf-queryAnd this project be dependant width the javascript js-base64.js. however , if you want use my library, mast install js-base64.js, please.
$ npm install --save js-base64Usage
In Browser
<script src="sf-query.js"></script>node.js
var Base64 = require('sf-query');es6+
import { [methods] } from 'sf-query';SYNOPSIS
bee.isWechat() // Will determine the current browser model, return true/false
bee.platform() // All returned results are lowercase, for example: 'ios'
//For other methods, see the source code comments section