Don’t only practice your art, but force your way into its secrets, for it and knowledge can raise men to the divine.
- Taipei, Taiwan
Pinned Loading
-
semantic-validator
semantic-validator PublicA functional semantic validator tool for validation of several types and rich content.
TypeScript 34
-
-
isArrayDuplicated.js
isArrayDuplicated.js 12function isArrayDuplicated (array, ...getters) {
3if (!Array.isArray(array) || getters.some(getter => typeof getter !== 'function')) {
4return
5}
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.