mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-24 16:56:14 -04:00
feat(new-tool): toml to json
This commit is contained in:
parent
9125dcf9c6
commit
c7d4f112c0
8 changed files with 114 additions and 1 deletions
5
src/shims.d.ts
vendored
5
src/shims.d.ts
vendored
|
@ -14,3 +14,8 @@ declare module '~icons/*' {
|
|||
const component: FunctionalComponent<SVGAttributes>;
|
||||
export default component;
|
||||
}
|
||||
|
||||
declare module 'iarna-toml-esm' {
|
||||
export const parse: (toml: string) => any;
|
||||
export const stringify: (obj: any) => string;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue