/** * @module Functions * @author Alan Rodas Bonjour */ /** * A function that does nothing. * * @remarks * This is useful as a placeholder in many scenarios, specially * in react applications, where a function must be given to callbacks * and events, even though the real function may not still be ready in * the app yet. */ export declare const noop: () => void; //# sourceMappingURL=noop.d.ts.map