UNPKG

@rapidload/page-optimizer

Version:

Helps you get better page speed scores by analyzing and providing optimal actions (for Wordpress)

3 lines 63 B
export type PartialObject<T> = { [P in keyof T]?: T[P]; };