Skip to main

P

P

Signature - index.ts#L186

function P<T>(
    value: T,
    frame: number,
): Push<T> & {
    readonly frame: number
}