UNPKG

restrict-imports-loader

Version:

A Webpack loader to restrict imports in ES and TypeScript

3 lines (2 loc) 118 B
export declare function quote(s: string): string; export declare function indentBy(n: number): (s: string) => string;