forked from sashin/sashinexists
3 lines
49 B
TypeScript
3 lines
49 B
TypeScript
declare const noop: () => void;
|
|
export { noop };
|