8 lines
208 B
JavaScript
8 lines
208 B
JavaScript
/*
|
|
* A header to include in auto-generated files
|
|
*/
|
|
export const header = `/*
|
|
* This file was auto-generated by the prebuild script
|
|
* Any changes you make to it will be lost on the next (pre)build.
|
|
*/
|
|
`
|