MarkLogic Typescript definition gives compilation error **Duplicate identifier 'require'** with latest node.js version (10.5.2) declare function require(location: string): Object; in function.d.ts has the same function defined in node/index.d.ts.
MarkLogic Typescript definition gives compilation error Duplicate identifier 'require' with latest node.js version (10.5.2)
declare function require(location: string): Object; in function.d.ts has the same function defined in node/index.d.ts.