UNPKG

@epicallan/js-to-ts

Version:

simple graphql framework @devinit

5 lines (4 loc) 285 B
export declare const newTsPath: (jsPath: string) => string; export declare const extraTransforms: (content: string) => string; export declare const convertToTs: (relativeDir?: string | undefined) => Promise<void>; export declare const cleanup: (relativeDir?: string) => Promise<void>;