mirror of
https://github.com/Burn-E99/GroupUp.git
synced 2026-01-07 11:57:54 -05:00
add deno lint comment for universal util function
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
import { CreateMessage, Interaction, log, LT, Message } from '../deps.ts';
|
||||
import { UrlIds } from './types/commandTypes.ts';
|
||||
|
||||
// deno-lint-ignore no-explicit-any
|
||||
const jsonStringifyBig = (input: any) => {
|
||||
return JSON.stringify(input, (_key, value) => typeof value === 'bigint' ? value.toString() + 'n' : value);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user