UNPKG

@specs-feup/lara

Version:

A js port of the popular framework for building source-to-source compilers

5 lines 154 B
export default class PrintOnce { static messagesSet: Set<string>; static message(message: string): void; } //# sourceMappingURL=PrintOnce.d.ts.map