File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ import { async as _async } from './index.js'
2+
3+ declare const async : typeof _async
4+
5+ export = async
Original file line number Diff line number Diff line change 1+ import { objectifiy } from './index.js'
2+
3+ declare const objectifier : typeof objectifiy
4+
5+ export = objectifier
Original file line number Diff line number Diff line change 1+ import { parse } from './index.js'
2+
3+ declare const parser : typeof parse
4+
5+ export = parser
Original file line number Diff line number Diff line change 1+ import { CssInJs } from './index.js'
2+ import { LazyResult } from 'postcss'
3+ import NoWorkResult from 'postcss/lib/no-work-result'
4+
5+ declare function processResult ( result : LazyResult | NoWorkResult ) : CssInJs
6+
7+ export = processResult
Original file line number Diff line number Diff line change 1+ import { sync as _sync } from './index.js'
2+
3+ declare const sync : typeof _sync
4+
5+ export = sync
You can’t perform that action at this time.
0 commit comments