{"ast":null,"code":"export const isCallNotification = message => {\n  return message.method !== undefined && message.method === 'call';\n};","map":{"version":3,"names":["isCallNotification","message","method","undefined"],"sources":["D:\\LDT\\000 Project\\LDT\\Client\\node_modules\\worker-timers-broker\\src\\guards\\call-notification.ts"],"sourcesContent":["import { ICallNotification, TWorkerMessage } from 'worker-timers-worker';\n\nexport const isCallNotification = (message: TWorkerMessage): message is ICallNotification => {\n    return (<ICallNotification>message).method !== undefined && (<ICallNotification>message).method === 'call';\n};\n"],"mappings":"AAEA,OAAO,MAAMA,kBAAkB,GAAIC,OAAuB,IAAkC;EACxF,OAA2BA,OAAQ,CAACC,MAAM,KAAKC,SAAS,IAAwBF,OAAQ,CAACC,MAAM,KAAK,MAAM;AAC9G,CAAC","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}