UNPKG

accelerator-core

Version:

[![Build Status](https://travis-ci.org/furkleindustries/accelerator-core.svg?branch=master)](https://travis-ci.org/furkleindustries/accelerator-core)

9 lines (8 loc) 201 B
export const getAuthoredAssetObjectDefinitions = (files) => ( files.map((path, index) => ( ` {\n` + ` asset: import_${index},\n` + ` filepath: \`${path}\`,\n` + ` },` )) );