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

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