This repository was archived by the owner on Mar 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
This repository was archived by the owner on Mar 20, 2021. It is now read-only.
Allow multiple blueprints to be initialized using array destructuring #2
Open
Assignees
Description
Array destructing allows multiple blueprints to be included with minimal amount of syntax.
const [Mesh, HAM] = Frame(['Mesh', 'HAM'])
And multi-line
const [
Movie,
Song,
HTML,
React,
] = Frame([
'Movie',
'Song',
'HTML',
'React',
])
Resources: