Skip to content
This repository was archived by the owner on Apr 26, 2022. It is now read-only.

Commit 57238fd

Browse files
authored
Merge pull request #170 from jonathanmorley/patch-1
export NodePlopAPI
2 parents 106bc61 + d0ab21d commit 57238fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { sync as _sync } from 'globby';
55
type GlobOptions = Parameters<typeof _sync>[1];
66
import { HelperDelegate as HelperFunction } from 'handlebars';
77

8-
interface NodePlopAPI {
8+
export interface NodePlopAPI {
99
getGenerator(name: string): PlopGenerator;
1010
setGenerator(name: string, config: PlopGeneratorConfig): PlopGenerator;
1111

0 commit comments

Comments
 (0)