1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-09 22:45:01 +00:00
mon-entreprise/modele-social/index.d.ts
Jérémy Rialland 7d4aabe35e Format prettier
2022-11-15 12:47:44 +01:00

11 lines
328 B
TypeScript

// Currenty we systematically bundle all the rules even if we only need a
// sub-section of them. We might support "code-splitting" the rules in the
// future.
import { Rule } from 'publicodes'
import { Names } from './dist/names.js'
export type DottedName = Names
declare let rules: Record<Names, Rule>
export default rules