7 lines
224 B
TypeScript
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;
|