UNPKG

@mcesystems/nbind

Version:

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

10 lines (9 loc) 215 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;