UNPKG

@nonstrict/recordkit

Version:

Powerful screen recording for your Electron app on macOS.

3 lines (2 loc) 148 B
type Destructor = () => void export const finalizationRegistry = new FinalizationRegistry<Destructor>(async (destructor) => { await destructor() })