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