UNPKG

@storm-stack/core

Version:

A build toolkit and runtime used by Storm Software in TypeScript applications

5 lines (3 loc) 185 B
declare function getBaseFileHeader(): string; declare function getFileHeader(directive?: string | null, prettierIgnore?: boolean): string; export { getBaseFileHeader, getFileHeader };