UNPKG

nbind

Version:

Magical headers that make your C++ library accessible from JavaScript

10 lines (9 loc) 207 B
export declare const enum SignatureType { none = 0, func = 1, method = 2, getter = 3, setter = 4, construct = 5, } export declare function removeAccessorPrefix(name: string): string;