(input: string | Uint8Array, options?: types.TransformOptions)
| 139 | ensureServiceIsRunning().context(buildOptions) |
| 140 | |
| 141 | export let transform: typeof types.transform = (input: string | Uint8Array, options?: types.TransformOptions) => |
| 142 | ensureServiceIsRunning().transform(input, options) |
| 143 | |
| 144 | export let formatMessages: typeof types.formatMessages = (messages, options) => |
| 145 | ensureServiceIsRunning().formatMessages(messages, options) |
no test coverage detected
searching dependent graphs…