File size: 114 Bytes
eb1a39a
 
 
 
1
2
3
4
5
export const formatDocumentation = (fullDocs: string): string => {
  return `VIBEGAME REFERENCE:
${fullDocs}`;
};