UNPKG

create-snippet

Version:
4 lines (3 loc) 92 B
export interface InterfacePath<Options, Path> { generate: (options: Options) => Path; }