0.1.9 • Published 5 years ago
muqali v0.1.9
muqali 函数式编程
usage
install
npm install muqalieg:
ES module
toRawType
import { toRawType } from 'muqali';
toRawType([1,2,3]);//Array
toRawType('123'); //String
toRawType(123); //NumberESM
toRawType
import { toRawType } from 'muqali';
toRawType([1,2,3]);//Array
toRawType('123'); //String
toRawType(123); //Numberumd
toRawType
在html中使用script方式引入js
muqali.toRawType([1,2,3]);//Array
muqali.toRawType('123'); //String
muqali.toRawType(123); //Numbercommonjs
toRawType
const {toRawType} = require('muqali');
toRawType([1,2,3]);//Array
toRawType('123'); //String
toRawType(123); //Numberdocument
0.1.8
5 years ago
0.1.7
5 years ago
0.1.9
5 years ago
0.1.6
5 years ago
0.1.5
5 years ago
0.1.4
5 years ago
0.1.3
5 years ago
0.1.2
5 years ago
0.1.1
5 years ago
0.1.0
5 years ago
0.0.9
5 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
6 years ago
0.0.3
6 years ago
0.0.2
5 years ago
0.0.1
6 years ago