UNPKG

create-expo-cljs-app

Version:

Create a react native application with Expo and Shadow-CLJS!

8 lines 319 B
/** * Given an array of assets folders, e.g. ['Fonts', 'Images'], * it globs in them to find all files that can be copied. * * It returns an array of absolute paths to files found. */ export default function findAssets(folder: string, assets: Array<string>): Array<string>; //# sourceMappingURL=findAssets.d.ts.map