Skip to content

Navigation Menu

Sign in
Sign up
This repository was archived by the owner on Mar 20, 2021. It is now read-only.
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
Labels
enhancementNew feature or request

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:

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

    AltStyle によって変換されたページ (->オリジナル) /