react-imported-component
Version:
I will import your component, and help to handle it
9 lines (8 loc) • 376 B
TypeScript
import { AnyFunction, Mark } from '../types';
export declare const importMatch: (functionString: string) => Mark;
/**
* the intention of this function is to "clear some (minification) noise from the function
* basically from file to file different "short" names could be used
* @param fn
*/
export declare const getFunctionSignature: (fn: AnyFunction | string) => string;