mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-03 02:04:54 +00:00
4db87be546
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
8 lines
198 B
TypeScript
8 lines
198 B
TypeScript
import * as fs from 'fs/promises'
|
|
import * as path from 'path'
|
|
import { DependencyInfo, FunctionInfo, RefactorResult } from './types'
|
|
|
|
export function getFunctionExtension() {
|
|
return '.cpp'
|
|
}
|