4 lines
181 B
TypeScript
4 lines
181 B
TypeScript
import type { NativeDoc } from '../extensions/extensions';
|
|
declare const NATIVE_METHODS: NativeDoc[];
|
|
export { NATIVE_METHODS as NativeMethods };
|
|
//# sourceMappingURL=index.d.ts.map
|