UNPKG

@zkpersona/noir-library-starter

Version:

Template for building Noir libraries.

4 lines (2 loc) 66 B
declare const hello: (name: string) => string; export { hello };