UNPKG

@skbkontur/storybook-addon-live-examples

Version:

Storybook live examples plugin

6 lines 260 B
export function detectNoInline(code) { var clearedCode = code.split('\n').filter(function (line) { return line.startsWith('//') === false; }).join('\n').trim(); return clearedCode.startsWith('<') === false && clearedCode.startsWith('//') === false; }