UNPKG

guess-webpack

Version:

Webpack plugins for the Machine Learning-driven bundler

3 lines (2 loc) 124 B
export const guess = (params: any) => ((typeof window === 'undefined' ? global : window) as any).__GUESS__.guess(params);