UNPKG

lean4-code-actions

Version:

Refactorings and snippets for Lean 4

4 lines (2 loc) 77 B
export type Creator<T> = () => T export type CreatorP<T> = () => Promise<T>