UNPKG

nitro-codegen

Version:

The code-generator for react-native-nitro-modules.

3 lines (2 loc) 135 B
import type { Type } from './Type.js'; export declare function getTypeAs<T>(type: Type, classReference: new (...args: any[]) => T): T;