mirror of
https://code.forgejo.org/actions/setup-python.git
synced 2026-03-20 14:05:57 +03:00
4 lines
No EOL
148 B
TypeScript
4 lines
No EOL
148 B
TypeScript
import { Persistence } from './types';
|
|
declare let chosenModule: Persistence;
|
|
export default chosenModule;
|
|
//# sourceMappingURL=persistence.d.ts.map
|