Package Exports
- ko-axios
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ko-axios) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ko-requset
Install
yarn add ko-requset
npm install ko-requsetUsage
<script src="/path/to/ko-util.js">
//或
</script><script src="/path/to/ko-util.min.js"></script>
//或
import * as util from 'ko-util'Package Managers
JavaScript ko-util supports npm and yarn under the name ko-util. Module Loaders
Module Loaders
JavaScript ko-util can also be loaded as an iiff, AMD, CommonJS or ES6 module.
Basic Usage
cosnt {LocalDb} from 'ko-util';
localDb.set('dux','nblt');
localDb.get('dux');
localDb.clear();