Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
import createCacheKeyFunction from 'fbjs-scripts/jest/createCacheKeyFunction';
import { minifyCSS, cssToJS } from '../util';
export function process(src) {
return cssToJS(minifyCSS(src), false);
}
export const getCacheKey = createCacheKeyFunction([]);