mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-06 06:17:11 -04:00
9 lines
203 B
JavaScript
9 lines
203 B
JavaScript
![]() |
import { parse } from 'iarna-toml-esm';
|
||
|
import { i as isNotThrowing } from './chunk-5697d061.js';
|
||
|
|
||
|
function isValidToml(toml) {
|
||
|
return isNotThrowing(() => parse(toml));
|
||
|
}
|
||
|
|
||
|
export { isValidToml as i };
|