1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-09 02:55:01 +00:00
mon-entreprise/modele-social/index.d.ts
2022-03-29 15:22:11 +02:00

10 lines
324 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'
export type DottedName = Names
declare let rules: Record<Names, Rule>
export default rules