JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{ gilour

File "message.ts"

Full Path: /home/markqprx/iniasli.pro/client/i18n/message.ts
File size: 243 bytes
MIME-type: text/plain
Charset: utf-8

import {MessageDescriptor} from './message-descriptor';

interface MessageProps extends Omit<MessageDescriptor, 'message'> {}
export function message(msg: string, props?: MessageProps): MessageDescriptor {
  return {...props, message: msg};
}