securityos/node_modules/ts-prune/lib/presenter.d.ts

3 lines
91 B
TypeScript
Raw Normal View History

2024-09-06 15:32:35 +00:00
import { State } from "./state";
export declare const present: (state: State) => string[];