Skip to content

Commit bb79332

Browse files
authored
Merge pull request #504 from Dicuo/main
Add Iterators extension
2 parents 70c6358 + 2c76d57 commit bb79332

3 files changed

Lines changed: 1357 additions & 0 deletions

File tree

src/lib/extensions.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,16 @@ export default [
277277
isGitHub: true,
278278
tags: ["customtype", "sets", "data", "utility"]
279279
},
280+
{
281+
name: "Iterators",
282+
description: "Transform and iterate over different types of collections and more.",
283+
code: "Div/divIterators.js",
284+
banner: "Div/divIterators.svg",
285+
creator: "Dicuo",
286+
creatorAlias: "Div",
287+
isGitHub: true,
288+
tags: ["new", "customtype", "iterators", "data", "utility", "builder"]
289+
},
280290
{
281291
name: "Blobs",
282292
description: "An extension made for handling blobs which can be used to store files. Allows to easily make blobs for the Js extension",

0 commit comments

Comments
 (0)