mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
6 lines
121 B
JavaScript
6 lines
121 B
JavaScript
//#region src/function/noop.ts
|
|
function noop(..._args) {}
|
|
//#endregion
|
|
export { noop };
|
|
|
|
//# sourceMappingURL=noop.js.map
|