UNPKG

wasmagic

Version:

WASM compiled version of libmagic

7 lines (5 loc) 131 B
type StdioOverrideFunction = ( stdioName: "stdout" | "stderr", text: string, ) => void; export default StdioOverrideFunction;