UNPKG

@t3ned/channel

Version:

Ergonomic, chaining-based Typescript framework for quick API development for Fastify

5 lines 206 B
export declare const removeUndefinedEntries: <T extends Entries>(entries: T) => Partial<T>; export interface Entries { [key: PropertyKey]: unknown; } //# sourceMappingURL=removeUndefinedEntries.d.ts.map