Skip to content

Commit 920adef

Browse files
authored
Add Iterators extension to extensions.js
1 parent 00f18b7 commit 920adef

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/lib/extensions.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,16 @@ export default [
275275
isGitHub: true,
276276
tags: ["customtype", "sets", "data", "utility"]
277277
},
278+
{
279+
name: "Iterators",
280+
description: "Transform and iterate over different types of collections and more.",
281+
code: "Div/divIterators.js",
282+
banner: "Div/divIterators.svg",
283+
creator: "Dicuo",
284+
creatorAlias: "Div",
285+
isGitHub: true,
286+
tags: ["new", "customtype", "iterators", "data", "utility", "builder"]
287+
},
278288
{
279289
name: "Blobs",
280290
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)