JSPM

meeko

1.6.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 62
  • Score
    100M100P100Q139196F
  • License MIT

meeko自用函数

Package Exports

  • meeko

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 (meeko) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

meeko

Build Stat Coverage Status Codacy Badge

NPM

Standard - JavaScript Style Guide

全局函数

let $ = require('meeko')

###$.compare

let cnDictObj = {items:[{'name':'a',lev:1},{name:'b',lev:2}]}
$.log(cnDictObj.items.sort(compare('lev', 'desc'))) //默认升序

String原型扩展

  • upperFirst() 将首字母变成大写,其他小写