UNPKG

win32-api

Version:

FFI definitions of windows win32 api for node-ffi

10 lines (5 loc) 206 B
import type * as T from 'win32-def/types' import { DefUser32Combo } from './dict/index.def.js' export class DefUser32 extends DefUser32Combo implements T.LibDefBase { [x: string]: T.FnDefFullParams }