UNPKG

386 BTypeScriptView Raw
1export declare const getTemplateDirectory: () => string;
2export declare const getTemplateFilePath: (template: string) => string;
3export declare const getBuiltInTemplates: () => {
4 css: {
5 path: string;
6 };
7 html: {
8 path: string;
9 };
10 json: {
11 path: string;
12 };
13 scss: {
14 path: string;
15 };
16 styl: {
17 path: string;
18 };
19};