MCPcopy Index your code
hub / github.com/messageformat/messageformat / Options

Interface Options

packages/messageformat/index.d.ts:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 }
9
10 interface Options {
11 biDiSupport?: boolean;
12 customFormatters?: { [name: string]: Formatter };
13 strictNumberSign?: boolean;
14 }
15}
16
17declare class MessageFormat {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected