Andre Wiggins 9f56e06b0d
Format repo (#1096)
Ran `npm run format` to fix up some formatting issues in the repo
2025-10-23 18:08:29 -07:00

9 lines
182 B
JavaScript

import tinyglob from 'tiny-glob';
console.log(tinyglob);
import { two } from './two';
export default async function (...args) {
return [await two(...args), await two(...args)];
}