buncid/dist/test/next-app/my-app/functions/grabDist.d.ts
Benjamin Toby 619afc8303 Updates
2025-02-03 13:41:13 +01:00

7 lines
224 B
TypeScript

/**
* # Grab the current distribution directory
* @description This returns the relative path from the CWD. Eg `./.dist/build-1`
* @returns {string | undefined}
*/
export default function grabDist(): string | undefined;