Js Snclient

const response = await repository.load({
idOrPath: '/Root/Content/IT/Document_Library/Calgary/BusinessPlan.docx',
oDataOptions: {
select: ['Locked', 'CheckedOutTo/Name'],
expand: ['CheckedOutTo'],
}
})
const isLocked = response.d.Locked