1
0
mirror of https://github.com/sasjs/lint.git synced 2026-01-07 20:50:04 +00:00
Files
lint/src/index.ts
2021-03-26 09:13:07 +00:00

4 lines
92 B
TypeScript

export { lintText, lintFile } from './lint'
export * from './types'
export * from './utils'