github-pages-deploy-action/node_modules/tsconfig-paths/lib/options.d.ts
James Ives 132898c54c 3.7.0 🚀
2020-10-17 15:22:15 -04:00

5 lines
85 B
TypeScript

export interface Options {
cwd: string;
}
export declare const options: Options;