7 lines
142 B
TypeScript
7 lines
142 B
TypeScript
import type { NativeDoc } from '../Extensions/Extensions';
|
|
|
|
export const objectMethods: NativeDoc = {
|
|
typeName: 'Object',
|
|
functions: {},
|
|
};
|