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

export const md = {
    introduction: readFileSync(`${__dirname}/introduction.md`).toString(),
};