1
0
mirror of https://github.com/actions/setup-python.git synced 2025-05-14 05:33:44 +07:00

4 lines
148 B
TypeScript
Raw Normal View History

2019-06-26 21:12:00 -04:00
import { Persistence } from './types';
declare let chosenModule: Persistence;
export default chosenModule;
//# sourceMappingURL=persistence.d.ts.map