Repository URL to install this package:
|
Version:
4.0.0 ▾
|
/**
* @todo we can probably use this to uglify stuff
*/
declare const fileTransform: {
process(src: string, filename: string): string;
};
export { fileTransform };
export default fileTransform;