UNPKG

130 BTypeScriptView Raw
1interface Options {
2 hasTSDependency: boolean;
3}
4export declare const warn: ({ hasTSDependency }: Options) => void;
5export {};