Packages
A spellchecker for Elixir, made with Bun and cspell
Current section
Files
Jump to
Current section
Files
priv/bun/node_modules/cspell-dictionary/dist/util/clean.d.ts
import type { RemoveUndefined } from './types.js';
/**
* Delete all `undefined` fields from an object.
* @param src - object to be cleaned
*/
export declare function clean<T extends object>(src: T): RemoveUndefined<T>;
//# sourceMappingURL=clean.d.ts.map