Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/tests / dist / jest / fileTransform.d.ts
Size: Mime:
/**
 * @todo we can probably use this to uglify stuff
 */
declare const fileTransform: {
    process(src: string, filename: string): string;
};
export { fileTransform };
export default fileTransform;