0.1.9 • Published 4 years ago
muqali v0.1.9
muqali 函数式编程
usage
install
npm install muqali
eg:
ES module
toRawType
import { toRawType } from 'muqali';
toRawType([1,2,3]);//Array
toRawType('123'); //String
toRawType(123); //Number
ESM
toRawType
import { toRawType } from 'muqali';
toRawType([1,2,3]);//Array
toRawType('123'); //String
toRawType(123); //Number
umd
toRawType
在html中使用script方式引入js
muqali.toRawType([1,2,3]);//Array
muqali.toRawType('123'); //String
muqali.toRawType(123); //Number
commonjs
toRawType
const {toRawType} = require('muqali');
toRawType([1,2,3]);//Array
toRawType('123'); //String
toRawType(123); //Number
document
0.1.8
4 years ago
0.1.7
4 years ago
0.1.9
4 years ago
0.1.6
4 years ago
0.1.5
4 years ago
0.1.4
4 years ago
0.1.3
4 years ago
0.1.2
4 years ago
0.1.1
4 years ago
0.1.0
4 years ago
0.0.9
4 years ago
0.0.8
5 years ago
0.0.7-beta.1
5 years ago
0.0.6
5 years ago
0.0.4
5 years ago
0.0.1-beta.2
5 years ago
0.0.1-beta.1
5 years ago
0.0.5
5 years ago
0.0.3
5 years ago
0.0.2
5 years ago
0.0.1
5 years ago