aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sra-spec/src/md/index.ts
blob: 0d1147aa0d4b0409db970ba3f90381f21c00f8e5 (plain) (blame)
1
2
3
4
5
import { readFileSync } from 'fs';

export const md = {
    introduction: readFileSync('lib/md/introduction.md').toString(),
};