UNPKG

@amplitude/ampli

Version:

Amplitude CLI

7 lines (6 loc) 259 B
import { State, StateFactory } from './state'; export default class MultiLineCommentFactory extends StateFactory { private readonly nesting; constructor(source: string[], prefix: string, postfix: string, nesting: boolean); createState(): State; }