Skip to content
This repository has been archived by the owner on Aug 21, 2021. It is now read-only.

DasRed/js-array.find-polyfill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

General

Provides the js Array.prototyp.find function as polyfill. AMD, Module and Global Scope loading is supported.

Install

bower install array.find-polyfill --save
npm install array.find-polyfill --save

Usage

Browser

<html>
<head>
    <script src="array.find.js"></script>
</head>
</html>

Browser with AMD Loading

define(['array.find'], function(){});

Node Module Loading

require ('array.find');

PhantomJS Module Loading

require ('array.find');

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published