1.2.1 • Published 1 year ago

@mrfzq/core v1.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

ES6 使用

import { add } from '@mrfzq/core';

console.log(add(2, 9));

CommonJS 使用

const { add } = require('@mrfzq/core');

console.log(add(2, 9));

通过 cdn 使用

<script src="https://cdn.jsdelivr.net/npm/@mrfzq/core@2.0.12/dist/index.js"></script>

<script>
  console.log(window.customCore.add(12, 9));
</script>
1.2.1

1 year ago

1.2.0

1 year ago

3.0.0

1 year ago

2.1.0

1 year ago