mon-entreprise/modele-social/index.d.ts

11 lines
327 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