mirror of
https://github.com/github/codeql-action.git
synced 2025-12-27 09:40:17 +08:00
3 lines
123 B
TypeScript
3 lines
123 B
TypeScript
import type { BorderConfig } from './types/api';
|
|
export declare const getBorderCharacters: (name: string) => BorderConfig;
|