This repo is made for the bin script that generates the tokens files, at the moment it only generates a css file, but it is designed to be able to generate any other file format ( Typescript, Javascript for example )
4 lines
59 B
TypeScript
4 lines
59 B
TypeScript
export const workPath = () => {
|
|
return process.cwd();
|
|
};
|