mantra/gulpfile.ts

11 lines
182 B
TypeScript
Raw Normal View History

import "./.gulp/TaskFunction";
/**
* Initializes the project.
*/
export function Initialize(done: () => void)
{
done();
}
Initialize.description = "Initializes the project.";